#DEE3C3

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

Shades of Frost #DEE3C3

Tints of Frost #DEE3C3

Color information

#DEE3C3 (or 0xDEE3C3) is unknown color: approx Frost. HEX triplet: DE, E3 and C3. RGB value is (222,227,195). Sum of RGB (Red+Green+Blue) = 222+227+195=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 195 (76.56% from 255 or 30.28% from 644); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3C3 is #211C3C. Grayscale: #DDDDDD. Windows color (decimal): -2169917 or 12837854. OLE color: 12837854.

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

Color convert

RGB222227195-
CMYK0.0200.140.11
HSL69.38º36.36%82.75%-
HSV(B)69.38º14.1%89.02%-
XYZ67.4474.4162.44-
YUV221.86112.84128.1-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.47%
GREEN value IS 227 (89.06% from 255) = 35.25%
BLUE value IS 195 (76.56% from 255) = 30.28%
R=34.47%
G=35.25%
B=30.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271950.0200.140.1169.3836.3682.75
HexDEE3C320EB452453
Octal33634330320161310544123
Binary1101111011100011110000111001110101110001011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3C3; }

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

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

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

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

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

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

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

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