#DAE0BB

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

Shades of Frost #DAE0BB

Tints of Frost #DAE0BB

Color information

#DAE0BB (or 0xDAE0BB) is unknown color: approx Frost. HEX triplet: DA, E0 and BB. RGB value is (218,224,187). Sum of RGB (Red+Green+Blue) = 218+224+187=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 187 (73.44% from 255 or 29.73% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0BB is #251F44. Grayscale: #DADADA. Windows color (decimal): -2432837 or 12312794. OLE color: 12312794.

HSL color Cylindrical-coordinate representation of color #DAE0BB: hue angle of 69.73º degrees, saturation: 0.37, 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 #DAE0BB is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB218224187-
CMYK0.0300.170.12
HSL69.73º37.37%80.59%-
HSV(B)69.73º16.52%87.84%-
XYZ64.5471.857.47-
YUV217.99110.51128.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 224 (87.89% from 255) = 35.61%
BLUE value IS 187 (73.44% from 255) = 29.73%
R=34.66%
G=35.61%
B=29.73%

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
Decimal2182241870.0300.170.1269.7337.3780.59
HexDAE0BB3011C462551
Octal33234027330211410645121
Binary11011010111000001011101111010001110010001101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0BB; }

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

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

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

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

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

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

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

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