#DAEEC9

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

Shades of Frostee #DAEEC9

Tints of Frostee #DAEEC9

Color information

#DAEEC9 (or 0xDAEEC9) is unknown color: approx Frostee. HEX triplet: DA, EE and C9. RGB value is (218,238,201). Sum of RGB (Red+Green+Blue) = 218+238+201=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 201 (78.91% from 255 or 30.59% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC9 is #251136. Grayscale: #E3E3E3. Windows color (decimal): -2429239 or 13233882. OLE color: 13233882.

HSL color Cylindrical-coordinate representation of color #DAEEC9: hue angle of 92.43º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAEEC9 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB218238201-
CMYK0.0800.160.07
HSL92.43º52.11%86.08%-
HSV(B)92.43º15.55%93.33%-
XYZ70.0380.2767.06-
YUV227.8112.87121.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 201 (78.91% from 255) = 30.59%
R=33.18%
G=36.23%
B=30.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182382010.0800.160.0792.4352.1186.08
HexDAEEC9801075c3456
Octal33235631110020713464126
Binary110110101110111011001001100001000011110111001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEC9; }

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

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

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

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

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

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

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

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