#DAE1BA

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

Shades of Frost #DAE1BA

Tints of Frost #DAE1BA

Color information

#DAE1BA (or 0xDAE1BA) is unknown color: approx Frost. HEX triplet: DA, E1 and BA. RGB value is (218,225,186). Sum of RGB (Red+Green+Blue) = 218+225+186=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 186 (73.05% from 255 or 29.57% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1BA is #251E45. Grayscale: #DADADA. Windows color (decimal): -2432582 or 12247514. OLE color: 12247514.

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

Color convert

RGB218225186-
CMYK0.0300.170.12
HSL70.77º39.39%80.59%-
HSV(B)70.77º17.33%88.24%-
XYZ64.772.357-
YUV218.46109.68127.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 225 (88.28% from 255) = 35.77%
BLUE value IS 186 (73.05% from 255) = 29.57%
R=34.66%
G=35.77%
B=29.57%

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
Decimal2182251860.0300.170.1270.7739.3980.59
HexDAE1BA3011C472751
Octal33234127230211410747121
Binary11011010111000011011101011010001110010001111001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1BA; }

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

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

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

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

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

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

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

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