#D8E0BE

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

Shades of Frost #D8E0BE

Tints of Frost #D8E0BE

Color information

#D8E0BE (or 0xD8E0BE) is unknown color: approx Frost. HEX triplet: D8, E0 and BE. RGB value is (216,224,190). Sum of RGB (Red+Green+Blue) = 216+224+190=630 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.29% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 190 (74.61% from 255 or 30.16% from 630); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E0BE is #271F41. Grayscale: #D9D9D9. Windows color (decimal): -2563906 or 12509400. OLE color: 12509400.

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

Color convert

RGB216224190-
CMYK0.0400.150.12
HSL74.12º35.42%81.18%-
HSV(B)74.12º15.18%87.84%-
XYZ64.2771.6359.15-
YUV217.73112.35126.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.29%
GREEN value IS 224 (87.89% from 255) = 35.56%
BLUE value IS 190 (74.61% from 255) = 30.16%
R=34.29%
G=35.56%
B=30.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2162241900.0400.150.1274.1235.4281.18
HexD8E0BE40FC4a2351
Octal33034027640171411243121
Binary11011000111000001011111010001111110010010101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E0BE; }

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

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

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

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

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

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

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

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