#DAE4BA

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

Shades of Frost #DAE4BA

Tints of Frost #DAE4BA

Color information

#DAE4BA (or 0xDAE4BA) is unknown color: approx Frost. HEX triplet: DA, E4 and BA. RGB value is (218,228,186). Sum of RGB (Red+Green+Blue) = 218+228+186=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE4BA is #251B45. Grayscale: #DCDCDC. Windows color (decimal): -2431814 or 12248282. OLE color: 12248282.

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

Color convert

RGB218228186-
CMYK0.0400.180.11
HSL74.29º43.75%81.18%-
HSV(B)74.29º18.42%89.41%-
XYZ65.5273.9457.27-
YUV220.22108.69126.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 228 (89.45% from 255) = 36.08%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=34.49%
G=36.08%
B=29.43%

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
Decimal2182281860.0400.180.1174.2943.7581.18
HexDAE4BA4012B4a2c51
Octal33234427240221311254121
Binary110110101110010010111010100010010101110010101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4BA; }

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

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

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

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

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

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

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

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