#D9D0CF

Color #D9D0CF Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Grey #D9D0CF

Tints of Light Grey #D9D0CF

Color information

#D9D0CF (or 0xD9D0CF) is unknown color: approx Light Grey. HEX triplet: D9, D0 and CF. RGB value is (217,208,207). Sum of RGB (Red+Green+Blue) = 217+208+207=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 207 (81.25% from 255 or 32.75% from 632); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D0CF is #262F30. Grayscale: #D2D2D2. Windows color (decimal): -2502449 or 13619417. OLE color: 13619417.

HSL color Cylindrical-coordinate representation of color #D9D0CF: hue angle of 6º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D9D0CF is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217208207-
CMYK00.040.050.15
HSL11.63%83.14%-
HSV(B)4.61%85.1%-
XYZ62.4364.3768.17-
YUV210.58125.98132.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 34.34%
GREEN value IS 208 (81.64% from 255) = 32.91%
BLUE value IS 207 (81.25% from 255) = 32.75%
R=34.34%
G=32.91%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720820700.040.050.15611.6383.14
HexD9D0CF045F6c53
Octal33132031704517614123
Binary1101100111010000110011110100101111111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D0CF; }

 p { color: rgb(217,208,207); }

 H1.HeaderClassName
 {
   color: #D9D0CF;
 }
 .AnyTagClassName
 {
   color: #D9D0CF;
 }
</style>
background-color css

<style>
 a { background-color: #D9D0CF; }

 a { background-color: rgb(217,208,207); }

 div.DivClassName
 {
   background-color: #D9D0CF;
 }
 .BgClassName
 {
   background-color: #D9D0CF;
 }
</style>
border-color css

<style>
 span { border-color: #D9D0CF; }

 span { border-color: rgb(217,208,207); }

 td.TdClassName
 {
   border-color: #D9D0CF;
 }
 .TagClassName
 {
   border-color: #D9D0CF;
 }
</style>