#DAE1C0

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

Shades of Frost #DAE1C0

Tints of Frost #DAE1C0

Color information

#DAE1C0 (or 0xDAE1C0) is unknown color: approx Frost. HEX triplet: DA, E1 and C0. RGB value is (218,225,192). Sum of RGB (Red+Green+Blue) = 218+225+192=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 192 (75.39% from 255 or 30.24% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1C0 is #251E3F. Grayscale: #DBDBDB. Windows color (decimal): -2432576 or 12640730. OLE color: 12640730.

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

Color convert

RGB218225192-
CMYK0.0300.150.12
HSL72.73º35.48%81.76%-
HSV(B)72.73º14.67%88.24%-
XYZ65.3572.5660.43-
YUV219.14112.68127.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 192 (75.39% from 255) = 30.24%
R=34.33%
G=35.43%
B=30.24%

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
Decimal2182251920.0300.150.1272.7335.4881.76
HexDAE1C030FC492352
Octal33234130030171411143122
Binary1101101011100001110000001101111110010010011000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1C0; }

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

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

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

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

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

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

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

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