#D9DBCD

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

Shades of Frost #D9DBCD

Tints of Frost #D9DBCD

Color information

#D9DBCD (or 0xD9DBCD) is unknown color: approx Frost. HEX triplet: D9, DB and CD. RGB value is (217,219,205). Sum of RGB (Red+Green+Blue) = 217+219+205=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBCD is #262432. Grayscale: #D8D8D8. Windows color (decimal): -2499635 or 13491161. OLE color: 13491161.

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

Color convert

RGB217219205-
CMYK0.0100.060.14
HSL68.57º16.28%83.14%-
HSV(B)68.57º6.39%85.88%-
XYZ64.9769.8267.81-
YUV216.81121.34128.14-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.85%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=33.85%
G=34.17%
B=31.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172192050.0100.060.1468.5716.2883.14
HexD9DBCD106E451053
Octal3313333151061610520123
Binary1101100111011011110011011011011101000101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBCD; }

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

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

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

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

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

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

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

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