#D8E7CD

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

Shades of Frostee #D8E7CD

Tints of Frostee #D8E7CD

Color information

#D8E7CD (or 0xD8E7CD) is unknown color: approx Frostee. HEX triplet: D8, E7 and CD. RGB value is (216,231,205). Sum of RGB (Red+Green+Blue) = 216+231+205=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 231 - color contains mainly: green. Hex color #D8E7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E7CD is #271832. Grayscale: #DFDFDF. Windows color (decimal): -2562099 or 13494232. OLE color: 13494232.

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

Color convert

RGB216231205-
CMYK0.0600.110.09
HSL94.62º35.14%85.49%-
HSV(B)94.62º11.26%90.59%-
XYZ67.9176.1668.88-
YUV223.55117.53122.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.13%
GREEN value IS 231 (90.62% from 255) = 35.43%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=33.13%
G=35.43%
B=31.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162312050.0600.110.0994.6235.1485.49
HexD8E7CD60B95f2355
Octal33034731560131113743125
Binary11011000111001111100110111001011100110111111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E7CD; }

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

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

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

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

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

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

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

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