#DEE0CE

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

Shades of Frost #DEE0CE

Tints of Frost #DEE0CE

Color information

#DEE0CE (or 0xDEE0CE) is unknown color: approx Frost. HEX triplet: DE, E0 and CE. RGB value is (222,224,206). Sum of RGB (Red+Green+Blue) = 222+224+206=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 224 (87.89% from 255 or 34.36% from 652); Blue value is 206 (80.86% from 255 or 31.60% from 652); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0CE is #211F31. Grayscale: #DDDDDD. Windows color (decimal): -2170674 or 13557982. OLE color: 13557982.

HSL color Cylindrical-coordinate representation of color #DEE0CE: hue angle of 66.67º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEE0CE is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB222224206-
CMYK0.0100.080.12
HSL66.67º22.5%84.31%-
HSV(B)66.67º8.04%87.84%-
XYZ67.9273.368.96-
YUV221.35119.34128.46-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 224 (87.89% from 255) = 34.36%
BLUE value IS 206 (80.86% from 255) = 31.60%
R=34.05%
G=34.36%
B=31.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222242060.0100.080.1266.6722.584.31
HexDEE0CE108C431754
Octal33634031610101410327124
Binary11011110111000001100111010100011001000011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0CE; }

 p { color: rgb(222,224,206); }

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

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

 a { background-color: rgb(222,224,206); }

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

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

 span { border-color: rgb(222,224,206); }

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