#DAE0BF

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

Shades of Frost #DAE0BF

Tints of Frost #DAE0BF

Color information

#DAE0BF (or 0xDAE0BF) is unknown color: approx Frost. HEX triplet: DA, E0 and BF. RGB value is (218,224,191). Sum of RGB (Red+Green+Blue) = 218+224+191=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 224 (87.89% from 255 or 35.39% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0BF is #251F40. Grayscale: #DADADA. Windows color (decimal): -2432833 or 12574938. OLE color: 12574938.

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

Color convert

RGB218224191-
CMYK0.0300.150.12
HSL70.91º34.74%81.37%-
HSV(B)70.91º14.73%87.84%-
XYZ64.9771.9859.76-
YUV218.44112.51127.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 224 (87.89% from 255) = 35.39%
BLUE value IS 191 (75% from 255) = 30.17%
R=34.44%
G=35.39%
B=30.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182241910.0300.150.1270.9134.7481.37
HexDAE0BF30FC472351
Octal33234027730171410743121
Binary1101101011100000101111111101111110010001111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0BF; }

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

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

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

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

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

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

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

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