#DEEABD

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

Shades of Frost #DEEABD

Tints of Frost #DEEABD

Color information

#DEEABD (or 0xDEEABD) is unknown color: approx Frost. HEX triplet: DE, EA and BD. RGB value is (222,234,189). Sum of RGB (Red+Green+Blue) = 222+234+189=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEABD is #211542. Grayscale: #E1E1E1. Windows color (decimal): -2168131 or 12446430. OLE color: 12446430.

HSL color Cylindrical-coordinate representation of color #DEEABD: hue angle of 76º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEEABD is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB222234189-
CMYK0.0500.190.08
HSL76º51.72%82.94%-
HSV(B)76º19.23%91.76%-
XYZ68.7378.0559.59-
YUV225.28107.52125.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.42%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=34.42%
G=36.28%
B=29.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222341890.0500.190.087651.7282.94
HexDEEABD501384c3453
Octal33635227550231011464123
Binary110111101110101010111101101010011100010011001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEABD; }

 p { color: rgb(222,234,189); }

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

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

 a { background-color: rgb(222,234,189); }

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

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

 span { border-color: rgb(222,234,189); }

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