#DEE7D6

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

Shades of Frostee #DEE7D6

Tints of Frostee #DEE7D6

Color information

#DEE7D6 (or 0xDEE7D6) is unknown color: approx Frostee. HEX triplet: DE, E7 and D6. RGB value is (222,231,214). Sum of RGB (Red+Green+Blue) = 222+231+214=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 214 (83.98% from 255 or 32.08% from 667); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7D6 is #211829. Grayscale: #E2E2E2. Windows color (decimal): -2168874 or 14084062. OLE color: 14084062.

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

Color convert

RGB222231214-
CMYK0.0400.070.09
HSL91.76º26.15%87.25%-
HSV(B)91.76º7.36%90.59%-
XYZ70.8477.5474.85-
YUV226.37121.02124.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.28%
GREEN value IS 231 (90.62% from 255) = 34.63%
BLUE value IS 214 (83.98% from 255) = 32.08%
R=33.28%
G=34.63%
B=32.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222312140.0400.070.0991.7626.1587.25
HexDEE7D640795c1a57
Octal3363473264071113432127
Binary110111101110011111010110100011110011011100110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE7D6; }

 p { color: rgb(222,231,214); }

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

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

 a { background-color: rgb(222,231,214); }

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

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

 span { border-color: rgb(222,231,214); }

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