#DAECA9

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

Shades of Reef #DAECA9

Tints of Reef #DAECA9

Color information

#DAECA9 (or 0xDAECA9) is unknown color: approx Reef. HEX triplet: DA, EC and A9. RGB value is (218,236,169). Sum of RGB (Red+Green+Blue) = 218+236+169=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 169 (66.41% from 255 or 27.13% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAECA9 is #251356. Grayscale: #DFDFDF. Windows color (decimal): -2429783 or 11136218. OLE color: 11136218.

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

Color convert

RGB218236169-
CMYK0.0800.280.07
HSL76.12º63.81%79.41%-
HSV(B)76.12º28.39%92.55%-
XYZ66.0777.7649.06-
YUV222.9897.54124.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 169 (66.41% from 255) = 27.13%
R=34.99%
G=37.88%
B=27.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182361690.0800.280.0776.1263.8179.41
HexDAECA9801C74c404f
Octal332354251100347114100117
Binary1101101011101100101010011000011100111100110010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECA9; }

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

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

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

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

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

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

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

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