#DEE1BB

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

Shades of Frost #DEE1BB

Tints of Frost #DEE1BB

Color information

#DEE1BB (or 0xDEE1BB) is unknown color: approx Frost. HEX triplet: DE, E1 and BB. RGB value is (222,225,187). Sum of RGB (Red+Green+Blue) = 222+225+187=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1BB is #211E44. Grayscale: #DBDBDB. Windows color (decimal): -2170437 or 12313054. OLE color: 12313054.

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

Color convert

RGB222225187-
CMYK0.0100.170.12
HSL64.74º38.78%80.78%-
HSV(B)64.74º16.89%88.24%-
XYZ66.0272.9757.62-
YUV219.77109.51129.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.02%
GREEN value IS 225 (88.28% from 255) = 35.49%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=35.02%
G=35.49%
B=29.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251870.0100.170.1264.7438.7880.78
HexDEE1BB1011C412751
Octal33634127310211410147121
Binary1101111011100001101110111010001110010000011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE1BB; }

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

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

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

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

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

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

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

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