#DAE8C9

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

Shades of Frostee #DAE8C9

Tints of Frostee #DAE8C9

Color information

#DAE8C9 (or 0xDAE8C9) is unknown color: approx Frostee. HEX triplet: DA, E8 and C9. RGB value is (218,232,201). Sum of RGB (Red+Green+Blue) = 218+232+201=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 201 (78.91% from 255 or 30.88% from 651); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE8C9 is #251736. Grayscale: #E0E0E0. Windows color (decimal): -2430775 or 13232346. OLE color: 13232346.

HSL color Cylindrical-coordinate representation of color #DAE8C9: hue angle of 87.1º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAE8C9 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB218232201-
CMYK0.0600.130.09
HSL87.1º40.26%84.9%-
HSV(B)87.1º13.36%90.98%-
XYZ68.3176.8466.49-
YUV224.28114.86123.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.49%
GREEN value IS 232 (91.02% from 255) = 35.64%
BLUE value IS 201 (78.91% from 255) = 30.88%
R=33.49%
G=35.64%
B=30.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182322010.0600.130.0987.140.2684.9
HexDAE8C960D9572855
Octal33235031160151112750125
Binary11011010111010001100100111001101100110101111010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8C9; }

 p { color: rgb(218,232,201); }

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

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

 a { background-color: rgb(218,232,201); }

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

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

 span { border-color: rgb(218,232,201); }

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