#DAECC7

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

Shades of Frostee #DAECC7

Tints of Frostee #DAECC7

Color information

#DAECC7 (or 0xDAECC7) is unknown color: approx Frostee. HEX triplet: DA, EC and C7. RGB value is (218,236,199). Sum of RGB (Red+Green+Blue) = 218+236+199=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECC7 is #251338. Grayscale: #E2E2E2. Windows color (decimal): -2429753 or 13102298. OLE color: 13102298.

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

Color convert

RGB218236199-
CMYK0.0800.160.07
HSL89.19º49.33%85.29%-
HSV(B)89.19º15.68%92.55%-
XYZ69.2279.0265.64-
YUV226.4112.54122.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 199 (78.12% from 255) = 30.47%
R=33.38%
G=36.14%
B=30.47%

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
Decimal2182361990.0800.160.0789.1949.3385.29
HexDAECC780107593155
Octal33235430710020713161125
Binary110110101110110011000111100001000011110110011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECC7; }

 p { color: rgb(218,236,199); }

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

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

 a { background-color: rgb(218,236,199); }

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

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

 span { border-color: rgb(218,236,199); }

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