#D9E9CC

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

Shades of Frostee #D9E9CC

Tints of Frostee #D9E9CC

Color information

#D9E9CC (or 0xD9E9CC) is unknown color: approx Frostee. HEX triplet: D9, E9 and CC. RGB value is (217,233,204). Sum of RGB (Red+Green+Blue) = 217+233+204=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E9CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E9CC is #261633. Grayscale: #E1E1E1. Windows color (decimal): -2496052 or 13429209. OLE color: 13429209.

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

Color convert

RGB217233204-
CMYK0.0700.120.09
HSL93.1º39.73%85.69%-
HSV(B)93.1º12.45%91.37%-
XYZ68.6577.3968.45-
YUV224.91116.2122.36-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.18%
GREEN value IS 233 (91.41% from 255) = 35.63%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=33.18%
G=35.63%
B=31.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172332040.0700.120.0993.139.7385.69
HexD9E9CC70C95d2856
Octal33135131470141113550126
Binary11011001111010011100110011101100100110111011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E9CC; }

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

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

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

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

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

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

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

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