#DAEECC

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

Shades of Frostee #DAEECC

Tints of Frostee #DAEECC

Color information

#DAEECC (or 0xDAEECC) is unknown color: approx Frostee. HEX triplet: DA, EE and CC. RGB value is (218,238,204). Sum of RGB (Red+Green+Blue) = 218+238+204=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEECC is #251133. Grayscale: #E4E4E4. Windows color (decimal): -2429236 or 13430490. OLE color: 13430490.

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

Color convert

RGB218238204-
CMYK0.0800.140.07
HSL95.29º50%86.67%-
HSV(B)95.29º14.29%93.33%-
XYZ70.3980.4168.94-
YUV228.14114.37120.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.03%
GREEN value IS 238 (93.36% from 255) = 36.06%
BLUE value IS 204 (80.08% from 255) = 30.91%
R=33.03%
G=36.06%
B=30.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182382040.0800.140.0795.295086.67
HexDAEECC80E75f3257
Octal33235631410016713762127
Binary11011010111011101100110010000111011110111111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEECC; }

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

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

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

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

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

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

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

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