Color Hex Logo

#d6ddcb Color Hex

#D6DDCB
(214,221,203)
0 Favorites   0 Comments

Color spaces of #d6ddcb

RGB 214221203
HSL0.230.210.83
HSV83°87°
CMYK 0.030.000.08   0.13
XYZ64.367570.320866.6807
Yxy70.32080.31960.3492
Hunter Lab83.8575-9.737211.5548
CIE-Lab87.1540-5.54678.0103

#d6ddcb color RGB value is (214,221,203).

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

The process color (four color CMYK) of #d6ddcb color hex is 0.03, 0.00, 0.08, 0.13. Web safe color of #d6ddcb is #cccccc. Color #d6ddcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011101 11001011
Octal 326 335 313
Decimal 214 221 203
Hex D6 DD CB

RGB Percentages of Color #d6ddcb

%33.54
%34.64
%31.82

CMYK Percentages of Color #d6ddcb

%3
%0
%8
%13

Triadic Colors of #d6ddcb

#d6ddcb #cbd6dd #ddcbd6

Analogous Colors of #d6ddcb

#d6ddcb #cdddcb #dddbcb

Monochromatic Colors of #d6ddcb

#d6ddcb

Complementary Color

#d6ddcb #d2cbdd

#d6ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ddcb Color CSS Codes

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

#d6ddcb Text Font Color

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

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


#d6ddcb Background Color

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

This div background color is #d6ddcb


#d6ddcb Border Color

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

This div border color is #d6ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ddcb


Comments

No comments written yet.

Please login to write comment.