#DEE3BB

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

Shades of Frost #DEE3BB

Tints of Frost #DEE3BB

Color information

#DEE3BB (or 0xDEE3BB) is unknown color: approx Frost. HEX triplet: DE, E3 and BB. RGB value is (222,227,187). Sum of RGB (Red+Green+Blue) = 222+227+187=636 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.91% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 187 (73.44% from 255 or 29.40% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE3BB is #211C44. Grayscale: #DDDDDD. Windows color (decimal): -2169925 or 12313566. OLE color: 12313566.

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

Color convert

RGB222227187-
CMYK0.0200.180.11
HSL67.5º41.67%81.18%-
HSV(B)67.5º17.62%89.02%-
XYZ66.5674.0657.8-
YUV220.95108.84128.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.91%
GREEN value IS 227 (89.06% from 255) = 35.69%
BLUE value IS 187 (73.44% from 255) = 29.40%
R=34.91%
G=35.69%
B=29.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271870.0200.180.1167.541.6781.18
HexDEE3BB2012B442a51
Octal33634327320221310452121
Binary11011110111000111011101110010010101110001001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE3BB; }

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

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

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

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

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

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

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

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