#DAE3BE

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

Shades of Frost #DAE3BE

Tints of Frost #DAE3BE

Color information

#DAE3BE (or 0xDAE3BE) is unknown color: approx Frost. HEX triplet: DA, E3 and BE. RGB value is (218,227,190). Sum of RGB (Red+Green+Blue) = 218+227+190=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3BE is #251C41. Grayscale: #DCDCDC. Windows color (decimal): -2432066 or 12510170. OLE color: 12510170.

HSL color Cylindrical-coordinate representation of color #DAE3BE: hue angle of 74.59º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAE3BE is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB218227190-
CMYK0.0400.160.11
HSL74.59º39.78%81.76%-
HSV(B)74.59º16.3%89.02%-
XYZ65.6873.5659.45-
YUV220.09111.02126.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 227 (89.06% from 255) = 35.75%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=34.33%
G=35.75%
B=29.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182271900.0400.160.1174.5939.7881.76
HexDAE3BE4010B4b2852
Octal33234327640201311350122
Binary110110101110001110111110100010000101110010111010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3BE; }

 p { color: rgb(218,227,190); }

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

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

 a { background-color: rgb(218,227,190); }

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

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

 span { border-color: rgb(218,227,190); }

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