#DEE6B9

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

Shades of Frost #DEE6B9

Tints of Frost #DEE6B9

Color information

#DEE6B9 (or 0xDEE6B9) is unknown color: approx Frost. HEX triplet: DE, E6 and B9. RGB value is (222,230,185). Sum of RGB (Red+Green+Blue) = 222+230+185=637 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.85% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 185 (72.66% from 255 or 29.04% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE6B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEE6B9 is #211946. Grayscale: #DEDEDE. Windows color (decimal): -2169159 or 12183262. OLE color: 12183262.

HSL color Cylindrical-coordinate representation of color #DEE6B9: hue angle of 70.67º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEE6B9 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.

Color convert

RGB222230185-
CMYK0.0300.200.10
HSL70.67º47.37%81.37%-
HSV(B)70.67º19.57%90.2%-
XYZ67.1875.6356.96-
YUV222.48106.85127.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.85%
GREEN value IS 230 (90.23% from 255) = 36.11%
BLUE value IS 185 (72.66% from 255) = 29.04%
R=34.85%
G=36.11%
B=29.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301850.0300.200.1070.6747.3781.37
HexDEE6B93014A472f51
Octal33634627130241210757121
Binary11011110111001101011100111010100101010001111011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE6B9; }

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

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

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

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

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

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

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

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