#D6DFB9

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

Shades of Frost #D6DFB9

Tints of Frost #D6DFB9

Color information

#D6DFB9 (or 0xD6DFB9) is unknown color: approx Frost. HEX triplet: D6, DF and B9. RGB value is (214,223,185). Sum of RGB (Red+Green+Blue) = 214+223+185=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DFB9 is #292046. Grayscale: #D8D8D8. Windows color (decimal): -2695239 or 12181462. OLE color: 12181462.

HSL color Cylindrical-coordinate representation of color #D6DFB9: hue angle of 74.21º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6DFB9 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB214223185-
CMYK0.0400.170.13
HSL74.21º37.25%80%-
HSV(B)74.21º17.04%87.45%-
XYZ62.8870.5756.21-
YUV215.98110.52126.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 223 (87.5% from 255) = 35.85%
BLUE value IS 185 (72.66% from 255) = 29.74%
R=34.41%
G=35.85%
B=29.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142231850.0400.170.1374.2137.2580
HexD6DFB94011D4a2550
Octal32633727140211511245120
Binary110101101101111110111001100010001110110010101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DFB9; }

 p { color: rgb(214,223,185); }

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

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

 a { background-color: rgb(214,223,185); }

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

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

 span { border-color: rgb(214,223,185); }

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