#DAE4BB

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

Shades of Frost #DAE4BB

Tints of Frost #DAE4BB

Color information

#DAE4BB (or 0xDAE4BB) is unknown color: approx Frost. HEX triplet: DA, E4 and BB. RGB value is (218,228,187). Sum of RGB (Red+Green+Blue) = 218+228+187=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4BB is #251B44. Grayscale: #DCDCDC. Windows color (decimal): -2431813 or 12313818. OLE color: 12313818.

HSL color Cylindrical-coordinate representation of color #DAE4BB: hue angle of 74.63º degrees, saturation: 0.43, 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 #DAE4BB is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB218228187-
CMYK0.0400.180.11
HSL74.63º43.16%81.37%-
HSV(B)74.63º17.98%89.41%-
XYZ65.6373.9857.83-
YUV220.34109.19126.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 228 (89.45% from 255) = 36.02%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=34.44%
G=36.02%
B=29.54%

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
Decimal2182281870.0400.180.1174.6343.1681.37
HexDAE4BB4012B4b2b51
Octal33234427340221311353121
Binary110110101110010010111011100010010101110010111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4BB; }

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

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

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

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

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

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

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

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