#DAEEC6

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

Shades of Frostee #DAEEC6

Tints of Frostee #DAEEC6

Color information

#DAEEC6 (or 0xDAEEC6) is unknown color: approx Frostee. HEX triplet: DA, EE and C6. RGB value is (218,238,198). Sum of RGB (Red+Green+Blue) = 218+238+198=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEC6 is #251139. Grayscale: #E3E3E3. Windows color (decimal): -2429242 or 13037274. OLE color: 13037274.

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

Color convert

RGB218238198-
CMYK0.0800.170.07
HSL90º54.05%85.49%-
HSV(B)90º16.81%93.33%-
XYZ69.6880.1365.22-
YUV227.46111.37121.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 238 (93.36% from 255) = 36.39%
BLUE value IS 198 (77.73% from 255) = 30.28%
R=33.33%
G=36.39%
B=30.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381980.0800.170.079054.0585.49
HexDAEEC6801175a3655
Octal33235630610021713266125
Binary110110101110111011000110100001000111110110101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEC6; }

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

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

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

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

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

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

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

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