#D9DCBF

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

Shades of Frost #D9DCBF

Tints of Frost #D9DCBF

Color information

#D9DCBF (or 0xD9DCBF) is unknown color: approx Frost. HEX triplet: D9, DC and BF. RGB value is (217,220,191). Sum of RGB (Red+Green+Blue) = 217+220+191=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 191 (75% from 255 or 30.41% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCBF is #262340. Grayscale: #D7D7D7. Windows color (decimal): -2499393 or 12573913. OLE color: 12573913.

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

Color convert

RGB217220191-
CMYK0.0100.130.14
HSL66.21º29.29%80.59%-
HSV(B)66.21º13.18%86.27%-
XYZ63.6169.759.39-
YUV215.8114.01128.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 191 (75% from 255) = 30.41%
R=34.55%
G=35.03%
B=30.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172201910.0100.130.1466.2129.2980.59
HexD9DCBF10DE421d51
Octal33133427710151610235121
Binary11011001110111001011111110110111101000010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCBF; }

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

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

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

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

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

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

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

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