#DEEABB

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

Shades of Frost #DEEABB

Tints of Frost #DEEABB

Color information

#DEEABB (or 0xDEEABB) is unknown color: approx Frost. HEX triplet: DE, EA and BB. RGB value is (222,234,187). Sum of RGB (Red+Green+Blue) = 222+234+187=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 187 (73.44% from 255 or 29.08% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEABB is #211544. Grayscale: #E1E1E1. Windows color (decimal): -2168133 or 12315358. OLE color: 12315358.

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

Color convert

RGB222234187-
CMYK0.0500.200.08
HSL75.32º52.81%82.55%-
HSV(B)75.32º20.09%91.76%-
XYZ68.5277.9658.45-
YUV225.05106.52125.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.53%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 187 (73.44% from 255) = 29.08%
R=34.53%
G=36.39%
B=29.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2222341870.0500.200.0875.3252.8182.55
HexDEEABB501484b3553
Octal33635227350241011365123
Binary110111101110101010111011101010100100010010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEABB; }

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

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

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

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

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

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

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

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