#DEE7C2

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

Shades of Frost #DEE7C2

Tints of Frost #DEE7C2

Color information

#DEE7C2 (or 0xDEE7C2) is unknown color: approx Frost. HEX triplet: DE, E7 and C2. RGB value is (222,231,194). Sum of RGB (Red+Green+Blue) = 222+231+194=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 194 (76.17% from 255 or 29.98% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE7C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE7C2 is #21183D. Grayscale: #E0E0E0. Windows color (decimal): -2168894 or 12773342. OLE color: 12773342.

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

Color convert

RGB222231194-
CMYK0.0400.160.09
HSL74.59º43.53%83.33%-
HSV(B)74.59º16.02%90.59%-
XYZ68.4476.5862.21-
YUV224.09111.02126.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.31%
GREEN value IS 231 (90.62% from 255) = 35.70%
BLUE value IS 194 (76.17% from 255) = 29.98%
R=34.31%
G=35.70%
B=29.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222311940.0400.160.0974.5943.5383.33
HexDEE7C2401094b2c53
Octal33634730240201111354123
Binary110111101110011111000010100010000100110010111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE7C2; }

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

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

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

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

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

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

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

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