Color Hex Logo

#d9dbca Color Hex

#D9DBCA
(217,219,202)
0 Favorites   0 Comments

Color spaces of #d9dbca

RGB 217219202
HSL0.190.190.83
HSV67°86°
CMYK 0.010.000.08   0.14
XYZ64.607569.679065.9213
Yxy69.67900.32270.3480
Hunter Lab83.4739-7.923311.6091
CIE-Lab86.8392-3.64498.1148

#d9dbca color RGB value is (217,219,202).

#d9dbca hex color red value is 217, green value is 219 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d9dbca hue: 0.19 , saturation: 0.19 and the lightness value of d9dbca is 0.83.

The process color (four color CMYK) of #d9dbca color hex is 0.01, 0.00, 0.08, 0.14. Web safe color of #d9dbca is #cccccc. Color #d9dbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011011 11001010
Octal 331 333 312
Decimal 217 219 202
Hex D9 DB CA

RGB Percentages of Color #d9dbca

%34.01
%34.33
%31.66

CMYK Percentages of Color #d9dbca

%1
%0
%8
%14

Triadic Colors of #d9dbca

#d9dbca #cad9db #dbcad9

Analogous Colors of #d9dbca

#d9dbca #d1dbca #dbd5ca

Monochromatic Colors of #d9dbca

#d9dbca

Complementary Color

#d9dbca #cccadb

#d9dbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dbca Color CSS Codes

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

#d9dbca Text Font Color

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

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


#d9dbca Background Color

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

This div background color is #d9dbca


#d9dbca Border Color

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

This div border color is #d9dbca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,219,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9dbca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9dbca;
  -webkit-box-shadow: 1px 1px 3px 2px #d9dbca;
  box-shadow:         1px 1px 3px 2px #d9dbca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,219,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dbca


Comments

No comments written yet.

Please login to write comment.