#DEE0BB

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

Shades of Frost #DEE0BB

Tints of Frost #DEE0BB

Color information

#DEE0BB (or 0xDEE0BB) is unknown color: approx Frost. HEX triplet: DE, E0 and BB. RGB value is (222,224,187). Sum of RGB (Red+Green+Blue) = 222+224+187=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0BB is #211F44. Grayscale: #DBDBDB. Windows color (decimal): -2170693 or 12312798. OLE color: 12312798.

HSL color Cylindrical-coordinate representation of color #DEE0BB: hue angle of 63.24º degrees, saturation: 0.37, 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 #DEE0BB is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB222224187-
CMYK0.0100.170.12
HSL63.24º37.37%80.59%-
HSV(B)63.24º16.52%87.84%-
XYZ65.7572.4357.53-
YUV219.18109.84130.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.07%
GREEN value IS 224 (87.89% from 255) = 35.39%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=35.07%
G=35.39%
B=29.54%

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
Decimal2222241870.0100.170.1263.2437.3780.59
HexDEE0BB1011C3f2551
Octal3363402731021147745121
Binary110111101110000010111011101000111001111111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE0BB; }

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

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

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

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

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

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

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

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