#DAE6BA

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

Shades of Frost #DAE6BA

Tints of Frost #DAE6BA

Color information

#DAE6BA (or 0xDAE6BA) is unknown color: approx Frost. HEX triplet: DA, E6 and BA. RGB value is (218,230,186). Sum of RGB (Red+Green+Blue) = 218+230+186=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 186 (73.05% from 255 or 29.34% from 634); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6BA is #251945. Grayscale: #DDDDDD. Windows color (decimal): -2431302 or 12248794. OLE color: 12248794.

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

Color convert

RGB218230186-
CMYK0.0500.190.10
HSL76.36º46.81%81.57%-
HSV(B)76.36º19.13%90.2%-
XYZ66.0775.0457.46-
YUV221.4108.02125.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.38%
GREEN value IS 230 (90.23% from 255) = 36.28%
BLUE value IS 186 (73.05% from 255) = 29.34%
R=34.38%
G=36.28%
B=29.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182301860.0500.190.1076.3646.8181.57
HexDAE6BA5013A4c2f52
Octal33234627250231211457122
Binary110110101110011010111010101010011101010011001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6BA; }

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

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

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

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

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

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

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

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