#DEE2CA

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

Shades of Frost #DEE2CA

Tints of Frost #DEE2CA

Color information

#DEE2CA (or 0xDEE2CA) is unknown color: approx Frost. HEX triplet: DE, E2 and CA. RGB value is (222,226,202). Sum of RGB (Red+Green+Blue) = 222+226+202=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE2CA is #211D35. Grayscale: #DEDEDE. Windows color (decimal): -2170166 or 13296350. OLE color: 13296350.

HSL color Cylindrical-coordinate representation of color #DEE2CA: hue angle of 70º degrees, saturation: 0.29, 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 #DEE2CA is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB222226202-
CMYK0.0200.110.11
HSL70º29.27%83.92%-
HSV(B)70º10.62%88.63%-
XYZ67.9874.1966.61-
YUV222.07116.67127.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.15%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=34.15%
G=34.77%
B=31.08%

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
Decimal2222262020.0200.110.117029.2783.92
HexDEE2CA20BB461d54
Octal33634231220131310635124
Binary110111101110001011001010100101110111000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE2CA; }

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

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

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

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

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

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

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

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