#D8E7CC

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

Shades of Frostee #D8E7CC

Tints of Frostee #D8E7CC

Color information

#D8E7CC (or 0xD8E7CC) is unknown color: approx Frostee. HEX triplet: D8, E7 and CC. RGB value is (216,231,204). Sum of RGB (Red+Green+Blue) = 216+231+204=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 231 (90.62% from 255 or 35.48% from 651); Blue value is 204 (80.08% from 255 or 31.34% from 651); Max value from RGB is 231 - color contains mainly: green. Hex color #D8E7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8E7CC is #271833. Grayscale: #DFDFDF. Windows color (decimal): -2562100 or 13428696. OLE color: 13428696.

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

Color convert

RGB216231204-
CMYK0.0600.120.09
HSL93.33º36%85.29%-
HSV(B)93.33º11.69%90.59%-
XYZ67.7976.1168.24-
YUV223.44117.03122.7-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.18%
GREEN value IS 231 (90.62% from 255) = 35.48%
BLUE value IS 204 (80.08% from 255) = 31.34%
R=33.18%
G=35.48%
B=31.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162312040.0600.120.0993.333685.29
HexD8E7CC60C95d2455
Octal33034731460141113544125
Binary11011000111001111100110011001100100110111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E7CC; }

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

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

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

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

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

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

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

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