#DAE3BB

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

Shades of Frost #DAE3BB

Tints of Frost #DAE3BB

Color information

#DAE3BB (or 0xDAE3BB) is unknown color: approx Frost. HEX triplet: DA, E3 and BB. RGB value is (218,227,187). Sum of RGB (Red+Green+Blue) = 218+227+187=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 227 (89.06% from 255 or 35.92% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3BB is #251C44. Grayscale: #DBDBDB. Windows color (decimal): -2432069 or 12313562. OLE color: 12313562.

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

Color convert

RGB218227187-
CMYK0.0400.180.11
HSL73.5º41.67%81.18%-
HSV(B)73.5º17.62%89.02%-
XYZ65.3573.4357.74-
YUV219.75109.52126.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 227 (89.06% from 255) = 35.92%
BLUE value IS 187 (73.44% from 255) = 29.59%
R=34.49%
G=35.92%
B=29.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182271870.0400.180.1173.541.6781.18
HexDAE3BB4012B4a2a51
Octal33234327340221311252121
Binary110110101110001110111011100010010101110010101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3BB; }

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

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

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

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

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

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

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

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