#DAE5BB

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

Shades of Frost #DAE5BB

Tints of Frost #DAE5BB

Color information

#DAE5BB (or 0xDAE5BB) is unknown color: approx Frost. HEX triplet: DA, E5 and BB. RGB value is (218,229,187). Sum of RGB (Red+Green+Blue) = 218+229+187=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE5BB is #251A44. Grayscale: #DDDDDD. Windows color (decimal): -2431557 or 12314074. OLE color: 12314074.

HSL color Cylindrical-coordinate representation of color #DAE5BB: hue angle of 75.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAE5BB is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB218229187-
CMYK0.0500.180.10
HSL75.71º44.68%81.57%-
HSV(B)75.71º18.34%89.8%-
XYZ65.974.5357.93-
YUV220.92108.86125.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 229 (89.84% from 255) = 36.12%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=34.38%
G=36.12%
B=29.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291870.0500.180.1075.7144.6881.57
HexDAE5BB5012A4c2d52
Octal33234527350221211455122
Binary110110101110010110111011101010010101010011001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5BB; }

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

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

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

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

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

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

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

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