#DAE1BF

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

Shades of Frost #DAE1BF

Tints of Frost #DAE1BF

Color information

#DAE1BF (or 0xDAE1BF) is unknown color: approx Frost. HEX triplet: DA, E1 and BF. RGB value is (218,225,191). Sum of RGB (Red+Green+Blue) = 218+225+191=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 225 (88.28% from 255 or 35.49% from 634); Blue value is 191 (75% from 255 or 30.13% from 634); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1BF is #251E40. Grayscale: #DBDBDB. Windows color (decimal): -2432577 or 12575194. OLE color: 12575194.

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

Color convert

RGB218225191-
CMYK0.0300.150.12
HSL72.35º36.17%81.57%-
HSV(B)72.35º15.11%88.24%-
XYZ65.2472.5259.85-
YUV219.03112.18127.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 225 (88.28% from 255) = 35.49%
BLUE value IS 191 (75% from 255) = 30.13%
R=34.38%
G=35.49%
B=30.13%

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
Decimal2182251910.0300.150.1272.3536.1781.57
HexDAE1BF30FC482452
Octal33234127730171411044122
Binary1101101011100001101111111101111110010010001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1BF; }

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

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

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

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

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

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

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

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