#DEE6BB

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

Shades of Frost #DEE6BB

Tints of Frost #DEE6BB

Color information

#DEE6BB (or 0xDEE6BB) is unknown color: approx Frost. HEX triplet: DE, E6 and BB. RGB value is (222,230,187). Sum of RGB (Red+Green+Blue) = 222+230+187=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 187 (73.44% from 255 or 29.26% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6BB is #211944. Grayscale: #DEDEDE. Windows color (decimal): -2169157 or 12314334. OLE color: 12314334.

HSL color Cylindrical-coordinate representation of color #DEE6BB: hue angle of 71.16º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEE6BB is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB222230187-
CMYK0.0300.190.10
HSL71.16º46.24%81.76%-
HSV(B)71.16º18.7%90.2%-
XYZ67.3975.7158.08-
YUV222.71107.85127.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 230 (90.23% from 255) = 35.99%
BLUE value IS 187 (73.44% from 255) = 29.26%
R=34.74%
G=35.99%
B=29.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301870.0300.190.1071.1646.2481.76
HexDEE6BB3013A472e52
Octal33634627330231210756122
Binary11011110111001101011101111010011101010001111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6BB; }

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

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

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

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

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

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

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

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