#DAEAA8

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

Shades of Reef #DAEAA8

Tints of Reef #DAEAA8

Color information

#DAEAA8 (or 0xDAEAA8) is unknown color: approx Reef. HEX triplet: DA, EA and A8. RGB value is (218,234,168). Sum of RGB (Red+Green+Blue) = 218+234+168=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 168 (66.02% from 255 or 27.10% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAA8 is #251557. Grayscale: #DDDDDD. Windows color (decimal): -2430296 or 11070170. OLE color: 11070170.

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

Color convert

RGB218234168-
CMYK0.0700.280.08
HSL74.55º61.11%78.82%-
HSV(B)74.55º28.21%91.76%-
XYZ65.476.5848.38-
YUV221.6997.7125.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 168 (66.02% from 255) = 27.10%
R=35.16%
G=37.74%
B=27.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341680.0700.280.0874.5561.1178.82
HexDAEAA8701C84b3d4f
Octal33235225070341011375117
Binary110110101110101010101000111011100100010010111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAA8; }

 p { color: rgb(218,234,168); }

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

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

 a { background-color: rgb(218,234,168); }

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

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

 span { border-color: rgb(218,234,168); }

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