#D9DCBD

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

Shades of Frost #D9DCBD

Tints of Frost #D9DCBD

Color information

#D9DCBD (or 0xD9DCBD) is unknown color: approx Frost. HEX triplet: D9, DC and BD. RGB value is (217,220,189). Sum of RGB (Red+Green+Blue) = 217+220+189=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCBD is #262342. Grayscale: #D7D7D7. Windows color (decimal): -2499395 or 12442841. OLE color: 12442841.

HSL color Cylindrical-coordinate representation of color #D9DCBD: hue angle of 65.81º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9DCBD is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB217220189-
CMYK0.0100.140.14
HSL65.81º30.69%80.2%-
HSV(B)65.81º14.09%86.27%-
XYZ63.3969.6158.24-
YUV215.57113.01129.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.66%
GREEN value IS 220 (86.33% from 255) = 35.14%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=34.66%
G=35.14%
B=30.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201890.0100.140.1465.8130.6980.2
HexD9DCBD10EE421f50
Octal33133427510161610237120
Binary11011001110111001011110110111011101000010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCBD; }

 p { color: rgb(217,220,189); }

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

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

 a { background-color: rgb(217,220,189); }

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

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

 span { border-color: rgb(217,220,189); }

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