#D8EACB

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

Shades of Frostee #D8EACB

Tints of Frostee #D8EACB

Color information

#D8EACB (or 0xD8EACB) is unknown color: approx Frostee. HEX triplet: D8, EA and CB. RGB value is (216,234,203). Sum of RGB (Red+Green+Blue) = 216+234+203=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EACB is #271534. Grayscale: #E1E1E1. Windows color (decimal): -2561333 or 13363928. OLE color: 13363928.

HSL color Cylindrical-coordinate representation of color #D8EACB: hue angle of 94.84º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8EACB is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB216234203-
CMYK0.0800.130.08
HSL94.84º42.47%85.69%-
HSV(B)94.84º13.25%91.76%-
XYZ68.5277.7667.9-
YUV225.08115.54121.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.08%
GREEN value IS 234 (91.80% from 255) = 35.83%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=33.08%
G=35.83%
B=31.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162342030.0800.130.0894.8442.4785.69
HexD8EACB80D85f2a56
Octal330352313100151013752126
Binary110110001110101011001011100001101100010111111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EACB; }

 p { color: rgb(216,234,203); }

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

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

 a { background-color: rgb(216,234,203); }

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

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

 span { border-color: rgb(216,234,203); }

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