#D8E8CA

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

Shades of Frostee #D8E8CA

Tints of Frostee #D8E8CA

Color information

#D8E8CA (or 0xD8E8CA) is unknown color: approx Frostee. HEX triplet: D8, E8 and CA. RGB value is (216,232,202). Sum of RGB (Red+Green+Blue) = 216+232+202=650 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.23% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E8CA is #271735. Grayscale: #DFDFDF. Windows color (decimal): -2561846 or 13297880. OLE color: 13297880.

HSL color Cylindrical-coordinate representation of color #D8E8CA: hue angle of 92º degrees, saturation: 0.39, 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 #D8E8CA is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB216232202-
CMYK0.0700.130.09
HSL92º39.47%85.1%-
HSV(B)92º12.93%90.98%-
XYZ67.8476.5867.08-
YUV223.8115.7122.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.23%
GREEN value IS 232 (91.02% from 255) = 35.69%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=33.23%
G=35.69%
B=31.08%

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
Decimal2162322020.0700.130.099239.4785.1
HexD8E8CA70D95c2755
Octal33035031270151113447125
Binary11011000111010001100101011101101100110111001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E8CA; }

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

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

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

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

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

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

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

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