#D8E2CD

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

Shades of Frostee #D8E2CD

Tints of Frostee #D8E2CD

Color information

#D8E2CD (or 0xD8E2CD) is unknown color: approx Frostee. HEX triplet: D8, E2 and CD. RGB value is (216,226,205). Sum of RGB (Red+Green+Blue) = 216+226+205=647 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.38% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E2CD is #271D32. Grayscale: #DCDCDC. Windows color (decimal): -2563379 or 13492952. OLE color: 13492952.

HSL color Cylindrical-coordinate representation of color #D8E2CD: hue angle of 88.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D8E2CD is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB216226205-
CMYK0.0400.090.11
HSL88.57º26.58%84.51%-
HSV(B)88.57º9.29%88.63%-
XYZ66.5373.468.42-
YUV220.62119.19124.71-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.38%
GREEN value IS 226 (88.67% from 255) = 34.93%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=33.38%
G=34.93%
B=31.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162262050.0400.090.1188.5726.5884.51
HexD8E2CD409B591b55
Octal33034231540111313133125
Binary1101100011100010110011011000100110111011001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E2CD; }

 p { color: rgb(216,226,205); }

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

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

 a { background-color: rgb(216,226,205); }

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

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

 span { border-color: rgb(216,226,205); }

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