#D9DBCB

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

Shades of Frost #D9DBCB

Tints of Frost #D9DBCB

Color information

#D9DBCB (or 0xD9DBCB) is unknown color: approx Frost. HEX triplet: D9, DB and CB. RGB value is (217,219,203). Sum of RGB (Red+Green+Blue) = 217+219+203=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBCB is #262434. Grayscale: #D8D8D8. Windows color (decimal): -2499637 or 13360089. OLE color: 13360089.

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

Color convert

RGB217219203-
CMYK0.0100.070.14
HSL67.5º18.18%82.75%-
HSV(B)67.5º7.31%85.88%-
XYZ64.7369.7366.55-
YUV216.58120.34128.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.96%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=33.96%
G=34.27%
B=31.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172192030.0100.070.1467.518.1882.75
HexD9DBCB107E441253
Octal3313333131071610422123
Binary1101100111011011110010111011111101000100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBCB; }

 p { color: rgb(217,219,203); }

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

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

 a { background-color: rgb(217,219,203); }

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

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

 span { border-color: rgb(217,219,203); }

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