Color Hex Logo

#ddcffb Color Hex

#DDCFFB
(221,207,251)
0 Favorites   0 Comments

Color spaces of #ddcffb

RGB 221207251
HSL0.720.850.90
HSV259°18°98°
CMYK 0.120.180.00   0.02
XYZ69.544266.9628100.5265
Yxy66.96280.29340.2825
Hunter Lab81.83088.4950-15.5543
CIE-Lab85.485213.1152-19.7723

#ddcffb color RGB value is (221,207,251).

#ddcffb hex color red value is 221, green value is 207 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ddcffb hue: 0.72 , saturation: 0.85 and the lightness value of ddcffb is 0.90.

The process color (four color CMYK) of #ddcffb color hex is 0.12, 0.18, 0.00, 0.02. Web safe color of #ddcffb is #ccccff. Color #ddcffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001111 11111011
Octal 335 317 373
Decimal 221 207 251
Hex DD CF FB

RGB Percentages of Color #ddcffb

%32.55
%30.49
%36.97

CMYK Percentages of Color #ddcffb

%12
%18
%0
%2

Triadic Colors of #ddcffb

#ddcffb #fbddcf #cffbdd

Analogous Colors of #ddcffb

#ddcffb #f3cffb #cfd7fb

Monochromatic Colors of #ddcffb

#ddcffb

Complementary Color

#ddcffb #edfbcf

#ddcffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcffb Color CSS Codes

.mybgcolor {background-color:#ddcffb; } 
.myforecolor {color:#ddcffb; }
.mybordercolor {border:3px solid #ddcffb; }

#ddcffb Text Font Color

<p style="color:#ddcffb">Text here</p>

This sample text font color is #ddcffb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddcffb Background Color

<div style="background-color:#ddcffb">
Div content here</div>

This div background color is #ddcffb


#ddcffb Border Color

<div style="border:3px solid #ddcffb">
Div here</div>

This div border color is #ddcffb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,207,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddcffb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddcffb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcffb;
  box-shadow:         1px 1px 3px 2px #ddcffb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,207,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddcffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcffb;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcffb;
  box-shadow:         1px 1px 3px 2px #ddcffb;">
Div content here</div>

This div box has shadow with color #ddcffb


Comments

No comments written yet.

Please login to write comment.