#DAE1BB

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

Shades of Frost #DAE1BB

Tints of Frost #DAE1BB

Color information

#DAE1BB (or 0xDAE1BB) is unknown color: approx Frost. HEX triplet: DA, E1 and BB. RGB value is (218,225,187). Sum of RGB (Red+Green+Blue) = 218+225+187=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 187 (73.44% from 255 or 29.68% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1BB is #251E44. Grayscale: #DADADA. Windows color (decimal): -2432581 or 12313050. OLE color: 12313050.

HSL color Cylindrical-coordinate representation of color #DAE1BB: hue angle of 71.05º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAE1BB is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB218225187-
CMYK0.0300.170.12
HSL71.05º38.78%80.78%-
HSV(B)71.05º16.89%88.24%-
XYZ64.8172.3457.56-
YUV218.58110.18127.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 225 (88.28% from 255) = 35.71%
BLUE value IS 187 (73.44% from 255) = 29.68%
R=34.60%
G=35.71%
B=29.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251870.0300.170.1271.0538.7880.78
HexDAE1BB3011C472751
Octal33234127330211410747121
Binary11011010111000011011101111010001110010001111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1BB; }

 p { color: rgb(218,225,187); }

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

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

 a { background-color: rgb(218,225,187); }

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

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

 span { border-color: rgb(218,225,187); }

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