Color Hex Logo

#d7ddcb Color Hex

#D7DDCB
(215,221,203)
0 Favorites   0 Comments

Color spaces of #d7ddcb

RGB 215221203
HSL0.220.210.83
HSV80°87°
CMYK 0.030.000.08   0.13
XYZ64.660370.471866.6944
Yxy70.47180.32040.3492
Hunter Lab83.9475-9.419011.6587
CIE-Lab87.2277-5.20008.1259

#d7ddcb color RGB value is (215,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011101 11001011
Octal 327 335 313
Decimal 215 221 203
Hex D7 DD CB

RGB Percentages of Color #d7ddcb

%33.65
%34.59
%31.77

CMYK Percentages of Color #d7ddcb

%3
%0
%8
%13

Triadic Colors of #d7ddcb

#d7ddcb #cbd7dd #ddcbd7

Analogous Colors of #d7ddcb

#d7ddcb #ceddcb #dddacb

Monochromatic Colors of #d7ddcb

#d7ddcb

Complementary Color

#d7ddcb #d1cbdd

#d7ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ddcb Color CSS Codes

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

#d7ddcb Text Font Color

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

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


#d7ddcb Background Color

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

This div background color is #d7ddcb


#d7ddcb Border Color

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

This div border color is #d7ddcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,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 #d7ddcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ddcb


Comments

No comments written yet.

Please login to write comment.