#DEE6BA

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

Shades of Frost #DEE6BA

Tints of Frost #DEE6BA

Color information

#DEE6BA (or 0xDEE6BA) is unknown color: approx Frost. HEX triplet: DE, E6 and BA. RGB value is (222,230,186). Sum of RGB (Red+Green+Blue) = 222+230+186=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 230 (90.23% from 255 or 36.05% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6BA is #211945. Grayscale: #DEDEDE. Windows color (decimal): -2169158 or 12248798. OLE color: 12248798.

HSL color Cylindrical-coordinate representation of color #DEE6BA: hue angle of 70.91º degrees, saturation: 0.47, 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 #DEE6BA is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB222230186-
CMYK0.0300.190.10
HSL70.91º46.81%81.57%-
HSV(B)70.91º19.13%90.2%-
XYZ67.2875.6757.51-
YUV222.59107.35127.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.80%
GREEN value IS 230 (90.23% from 255) = 36.05%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=34.80%
G=36.05%
B=29.15%

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
Decimal2222301860.0300.190.1070.9146.8181.57
HexDEE6BA3013A472f52
Octal33634627230231210757122
Binary11011110111001101011101011010011101010001111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6BA; }

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

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

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

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

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

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

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

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