#DAECCA

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

Shades of Frostee #DAECCA

Tints of Frostee #DAECCA

Color information

#DAECCA (or 0xDAECCA) is unknown color: approx Frostee. HEX triplet: DA, EC and CA. RGB value is (218,236,202). Sum of RGB (Red+Green+Blue) = 218+236+202=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 202 (79.30% from 255 or 30.79% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECCA is #251335. Grayscale: #E2E2E2. Windows color (decimal): -2429750 or 13298906. OLE color: 13298906.

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

Color convert

RGB218236202-
CMYK0.0800.140.07
HSL91.76º47.22%85.88%-
HSV(B)91.76º14.41%92.55%-
XYZ69.5779.1667.49-
YUV226.74114.04121.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 236 (92.58% from 255) = 35.98%
BLUE value IS 202 (79.30% from 255) = 30.79%
R=33.23%
G=35.98%
B=30.79%

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
Decimal2182362020.0800.140.0791.7647.2285.88
HexDAECCA80E75c2f56
Octal33235431210016713457126
Binary11011010111011001100101010000111011110111001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECCA; }

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

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

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

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

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

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

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

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