#DAE0BD

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

Shades of Frost #DAE0BD

Tints of Frost #DAE0BD

Color information

#DAE0BD (or 0xDAE0BD) is unknown color: approx Frost. HEX triplet: DA, E0 and BD. RGB value is (218,224,189). Sum of RGB (Red+Green+Blue) = 218+224+189=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE0BD is #251F42. Grayscale: #DADADA. Windows color (decimal): -2432835 or 12443866. OLE color: 12443866.

HSL color Cylindrical-coordinate representation of color #DAE0BD: hue angle of 70.29º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAE0BD is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB218224189-
CMYK0.0300.160.12
HSL70.29º36.08%80.98%-
HSV(B)70.29º15.62%87.84%-
XYZ64.7571.8958.61-
YUV218.22111.51127.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 224 (87.89% from 255) = 35.50%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=34.55%
G=35.50%
B=29.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182241890.0300.160.1270.2936.0880.98
HexDAE0BD3010C462451
Octal33234027530201410644121
Binary11011010111000001011110111010000110010001101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0BD; }

 p { color: rgb(218,224,189); }

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

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

 a { background-color: rgb(218,224,189); }

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

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

 span { border-color: rgb(218,224,189); }

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