#DEEABA

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

Shades of Frost #DEEABA

Tints of Frost #DEEABA

Color information

#DEEABA (or 0xDEEABA) is unknown color: approx Frost. HEX triplet: DE, EA and BA. RGB value is (222,234,186). Sum of RGB (Red+Green+Blue) = 222+234+186=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEABA is #211545. Grayscale: #E1E1E1. Windows color (decimal): -2168134 or 12249822. OLE color: 12249822.

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

Color convert

RGB222234186-
CMYK0.0500.210.08
HSL75º53.33%82.35%-
HSV(B)75º20.51%91.76%-
XYZ68.4177.9257.89-
YUV224.94106.02125.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.58%
GREEN value IS 234 (91.80% from 255) = 36.45%
BLUE value IS 186 (73.05% from 255) = 28.97%
R=34.58%
G=36.45%
B=28.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222341860.0500.210.087553.3382.35
HexDEEABA501584b3552
Octal33635227250251011365122
Binary110111101110101010111010101010101100010010111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEABA; }

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

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

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

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

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

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

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

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