#D9E7CC

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

Shades of Frostee #D9E7CC

Tints of Frostee #D9E7CC

Color information

#D9E7CC (or 0xD9E7CC) is unknown color: approx Frostee. HEX triplet: D9, E7 and CC. RGB value is (217,231,204). Sum of RGB (Red+Green+Blue) = 217+231+204=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E7CC is #261833. Grayscale: #DFDFDF. Windows color (decimal): -2496564 or 13428697. OLE color: 13428697.

HSL color Cylindrical-coordinate representation of color #D9E7CC: hue angle of 91.11º 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 #D9E7CC is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB217231204-
CMYK0.0600.120.09
HSL91.11º36%85.29%-
HSV(B)91.11º11.69%90.59%-
XYZ68.0976.2668.26-
YUV223.74116.86123.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.28%
GREEN value IS 231 (90.62% from 255) = 35.43%
BLUE value IS 204 (80.08% from 255) = 31.29%
R=33.28%
G=35.43%
B=31.29%

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
Decimal2172312040.0600.120.0991.113685.29
HexD9E7CC60C95b2455
Octal33134731460141113344125
Binary11011001111001111100110011001100100110110111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E7CC; }

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

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

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

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

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

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

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

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