#DAE5BA

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

Shades of Frost #DAE5BA

Tints of Frost #DAE5BA

Color information

#DAE5BA (or 0xDAE5BA) is unknown color: approx Frost. HEX triplet: DA, E5 and BA. RGB value is (218,229,186). Sum of RGB (Red+Green+Blue) = 218+229+186=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5BA is #251A45. Grayscale: #DCDCDC. Windows color (decimal): -2431558 or 12248538. OLE color: 12248538.

HSL color Cylindrical-coordinate representation of color #DAE5BA: hue angle of 75.35º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAE5BA is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB218229186-
CMYK0.0500.190.10
HSL75.35º45.26%81.37%-
HSV(B)75.35º18.78%89.8%-
XYZ65.874.4957.36-
YUV220.81108.36126-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 229 (89.84% from 255) = 36.18%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=34.44%
G=36.18%
B=29.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291860.0500.190.1075.3545.2681.37
HexDAE5BA5013A4b2d51
Octal33234527250231211355121
Binary110110101110010110111010101010011101010010111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5BA; }

 p { color: rgb(218,229,186); }

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

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

 a { background-color: rgb(218,229,186); }

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

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

 span { border-color: rgb(218,229,186); }

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