Color Hex Logo

#ddcbde Color Hex

#DDCBDE
(221,203,222)
0 Favorites   0 Comments

Color spaces of #ddcbde

RGB 221203222
HSL0.820.220.83
HSV297°87°
CMYK 0.000.090.00   0.13
XYZ64.359563.358077.9444
Yxy63.35800.31290.3081
Hunter Lab79.59775.0318-2.3401
CIE-Lab83.63049.6229-7.1350

#ddcbde color RGB value is (221,203,222).

#ddcbde hex color red value is 221, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ddcbde hue: 0.82 , saturation: 0.22 and the lightness value of ddcbde is 0.83.

The process color (four color CMYK) of #ddcbde color hex is 0.00, 0.09, 0.00, 0.13. Web safe color of #ddcbde is #cccccc. Color #ddcbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 11011110
Octal 335 313 336
Decimal 221 203 222
Hex DD CB DE

RGB Percentages of Color #ddcbde

%34.21
%31.42
%34.37

CMYK Percentages of Color #ddcbde

%0
%9
%0
%13

Triadic Colors of #ddcbde

#ddcbde #deddcb #cbdedd

Analogous Colors of #ddcbde

#ddcbde #decbd6 #d4cbde

Monochromatic Colors of #ddcbde

#ddcbde

Complementary Color

#ddcbde #ccdecb

#ddcbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcbde Color CSS Codes

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

#ddcbde Text Font Color

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

This sample text font color is #ddcbde
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.


#ddcbde Background Color

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

This div background color is #ddcbde


#ddcbde Border Color

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

This div border color is #ddcbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcbde


Comments

No comments written yet.

Please login to write comment.