#DEE3CA

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

Shades of Frost #DEE3CA

Tints of Frost #DEE3CA

Color information

#DEE3CA (or 0xDEE3CA) is unknown color: approx Frost. HEX triplet: DE, E3 and CA. RGB value is (222,227,202). Sum of RGB (Red+Green+Blue) = 222+227+202=651 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.10% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3CA is #211C35. Grayscale: #DEDEDE. Windows color (decimal): -2169910 or 13296606. OLE color: 13296606.

HSL color Cylindrical-coordinate representation of color #DEE3CA: hue angle of 72º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEE3CA is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB222227202-
CMYK0.0200.110.11
HSL72º30.86%84.12%-
HSV(B)72º11.01%89.02%-
XYZ68.2574.7366.7-
YUV222.66116.34127.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.10%
GREEN value IS 227 (89.06% from 255) = 34.87%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=34.10%
G=34.87%
B=31.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222272020.0200.110.117230.8684.12
HexDEE3CA20BB481f54
Octal33634331220131311037124
Binary110111101110001111001010100101110111001000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3CA; }

 p { color: rgb(222,227,202); }

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

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

 a { background-color: rgb(222,227,202); }

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

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

 span { border-color: rgb(222,227,202); }

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