#DAEEA9

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

Shades of Reef #DAEEA9

Tints of Reef #DAEEA9

Color information

#DAEEA9 (or 0xDAEEA9) is unknown color: approx Reef. HEX triplet: DA, EE and A9. RGB value is (218,238,169). Sum of RGB (Red+Green+Blue) = 218+238+169=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 169 (66.41% from 255 or 27.04% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEA9 is #251156. Grayscale: #E0E0E0. Windows color (decimal): -2429271 or 11136730. OLE color: 11136730.

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

Color convert

RGB218238169-
CMYK0.0800.290.07
HSL77.39º66.99%79.8%-
HSV(B)77.39º28.99%93.33%-
XYZ66.6578.9249.26-
YUV224.1596.87123.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 169 (66.41% from 255) = 27.04%
R=34.88%
G=38.08%
B=27.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381690.0800.290.0777.3966.9979.8
HexDAEEA9801D74d4350
Octal332356251100357115103120
Binary1101101011101110101010011000011101111100110110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEA9; }

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

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

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

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

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

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

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

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