#D8E9CA

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

Shades of Frostee #D8E9CA

Tints of Frostee #D8E9CA

Color information

#D8E9CA (or 0xD8E9CA) is unknown color: approx Frostee. HEX triplet: D8, E9 and CA. RGB value is (216,233,202). Sum of RGB (Red+Green+Blue) = 216+233+202=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 233 (91.41% from 255 or 35.79% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 233 - color contains mainly: green. Hex color #D8E9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E9CA is #271635. Grayscale: #E0E0E0. Windows color (decimal): -2561590 or 13298136. OLE color: 13298136.

HSL color Cylindrical-coordinate representation of color #D8E9CA: hue angle of 92.9º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8E9CA is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB216233202-
CMYK0.0700.130.09
HSL92.9º41.33%85.29%-
HSV(B)92.9º13.3%91.37%-
XYZ68.1277.1467.18-
YUV224.38115.37122.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.18%
GREEN value IS 233 (91.41% from 255) = 35.79%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=33.18%
G=35.79%
B=31.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162332020.0700.130.0992.941.3385.29
HexD8E9CA70D95d2955
Octal33035131270151113551125
Binary11011000111010011100101011101101100110111011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E9CA; }

 p { color: rgb(216,233,202); }

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

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

 a { background-color: rgb(216,233,202); }

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

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

 span { border-color: rgb(216,233,202); }

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