Color Hex Logo

#ddcbdf Color Hex

#DDCBDF
(221,203,223)
0 Favorites   0 Comments

Color spaces of #ddcbdf

RGB 221203223
HSL0.820.240.84
HSV294°87°
CMYK 0.010.090.00   0.13
XYZ64.494063.411778.6525
Yxy63.41170.31220.3070
Hunter Lab79.63155.2132-2.8191
CIE-Lab83.65859.8073-7.6266

#ddcbdf color RGB value is (221,203,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001011 11011111
Octal 335 313 337
Decimal 221 203 223
Hex DD CB DF

RGB Percentages of Color #ddcbdf

%34.16
%31.38
%34.47

CMYK Percentages of Color #ddcbdf

%1
%9
%0
%13

Triadic Colors of #ddcbdf

#ddcbdf #dfddcb #cbdfdd

Analogous Colors of #ddcbdf

#ddcbdf #dfcbd7 #d3cbdf

Monochromatic Colors of #ddcbdf

#ddcbdf

Complementary Color

#ddcbdf #cddfcb

#ddcbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcbdf Color CSS Codes

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

#ddcbdf Text Font Color

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

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


#ddcbdf Background Color

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

This div background color is #ddcbdf


#ddcbdf Border Color

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

This div border color is #ddcbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddcbdf

#ddcbdf Color Palettes


Comments

No comments written yet.

Please login to write comment.