#DEE0CF

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

Shades of Frost #DEE0CF

Tints of Frost #DEE0CF

Color information

#DEE0CF (or 0xDEE0CF) is unknown color: approx Frost. HEX triplet: DE, E0 and CF. RGB value is (222,224,207). Sum of RGB (Red+Green+Blue) = 222+224+207=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0CF is #211F30. Grayscale: #DDDDDD. Windows color (decimal): -2170673 or 13623518. OLE color: 13623518.

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

Color convert

RGB222224207-
CMYK0.0100.080.12
HSL67.06º21.52%84.51%-
HSV(B)67.06º7.59%87.84%-
XYZ68.0473.3569.6-
YUV221.46119.84128.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 224 (87.89% from 255) = 34.30%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=34.00%
G=34.30%
B=31.70%

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
Decimal2222242070.0100.080.1267.0621.5284.51
HexDEE0CF108C431655
Octal33634031710101410326125
Binary11011110111000001100111110100011001000011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0CF; }

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

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

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

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

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

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

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

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