#DAEEA5

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

Shades of Reef #DAEEA5

Tints of Reef #DAEEA5

Color information

#DAEEA5 (or 0xDAEEA5) is unknown color: approx Reef. HEX triplet: DA, EE and A5. RGB value is (218,238,165). Sum of RGB (Red+Green+Blue) = 218+238+165=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEA5 is #25115A. Grayscale: #DFDFDF. Windows color (decimal): -2429275 or 10874586. OLE color: 10874586.

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

Color convert

RGB218238165-
CMYK0.0800.310.07
HSL76.44º68.22%79.02%-
HSV(B)76.44º30.67%93.33%-
XYZ66.2878.7747.31-
YUV223.794.87123.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 238 (93.36% from 255) = 38.33%
BLUE value IS 165 (64.84% from 255) = 26.57%
R=35.10%
G=38.33%
B=26.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381650.0800.310.0776.4468.2279.02
HexDAEEA5801F74c444f
Octal332356245100377114104117
Binary1101101011101110101001011000011111111100110010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEEA5; }

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

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

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

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

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

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

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

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