#DAE4BD

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

Shades of Frost #DAE4BD

Tints of Frost #DAE4BD

Color information

#DAE4BD (or 0xDAE4BD) is unknown color: approx Frost. HEX triplet: DA, E4 and BD. RGB value is (218,228,189). Sum of RGB (Red+Green+Blue) = 218+228+189=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4BD is #251B42. Grayscale: #DCDCDC. Windows color (decimal): -2431811 or 12444890. OLE color: 12444890.

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

Color convert

RGB218228189-
CMYK0.0400.170.11
HSL75.38º41.94%81.76%-
HSV(B)75.38º17.11%89.41%-
XYZ65.8474.0758.97-
YUV220.56110.19126.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.33%
GREEN value IS 228 (89.45% from 255) = 35.91%
BLUE value IS 189 (74.22% from 255) = 29.76%
R=34.33%
G=35.91%
B=29.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182281890.0400.170.1175.3841.9481.76
HexDAE4BD4011B4b2a52
Octal33234427540211311352122
Binary110110101110010010111101100010001101110010111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4BD; }

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

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

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

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

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

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

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

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