#D8E0B9

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

Shades of Frost #D8E0B9

Tints of Frost #D8E0B9

Color information

#D8E0B9 (or 0xD8E0B9) is unknown color: approx Frost. HEX triplet: D8, E0 and B9. RGB value is (216,224,185). Sum of RGB (Red+Green+Blue) = 216+224+185=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E0B9 is #271F46. Grayscale: #D9D9D9. Windows color (decimal): -2563911 or 12181720. OLE color: 12181720.

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

Color convert

RGB216224185-
CMYK0.0400.170.12
HSL72.31º38.61%80.2%-
HSV(B)72.31º17.41%87.84%-
XYZ63.7371.4156.32-
YUV217.16109.85127.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.56%
GREEN value IS 224 (87.89% from 255) = 35.84%
BLUE value IS 185 (72.66% from 255) = 29.6%
R=34.56%
G=35.84%
B=29.6%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162241850.0400.170.1272.3138.6180.2
HexD8E0B94011C482750
Octal33034027140211411047120
Binary110110001110000010111001100010001110010010001001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E0B9; }

 p { color: rgb(216,224,185); }

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

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

 a { background-color: rgb(216,224,185); }

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

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

 span { border-color: rgb(216,224,185); }

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