#DAE9A0

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

Shades of Reef #DAE9A0

Tints of Reef #DAE9A0

Color information

#DAE9A0 (or 0xDAE9A0) is unknown color: approx Reef. HEX triplet: DA, E9 and A0. RGB value is (218,233,160). Sum of RGB (Red+Green+Blue) = 218+233+160=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 160 (62.89% from 255 or 26.19% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE9A0 is #25165F. Grayscale: #DCDCDC. Windows color (decimal): -2430560 or 10545626. OLE color: 10545626.

HSL color Cylindrical-coordinate representation of color #DAE9A0: hue angle of 72.33º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAE9A0 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB218233160-
CMYK0.0600.310.09
HSL72.33º62.39%77.06%-
HSV(B)72.33º31.33%91.37%-
XYZ64.475.7244.48-
YUV220.1994.03126.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 233 (91.41% from 255) = 38.13%
BLUE value IS 160 (62.89% from 255) = 26.19%
R=35.68%
G=38.13%
B=26.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331600.0600.310.0972.3362.3977.06
HexDAE9A0601F9483e4d
Octal33235124060371111076115
Binary110110101110100110100000110011111100110010001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9A0; }

 p { color: rgb(218,233,160); }

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

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

 a { background-color: rgb(218,233,160); }

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

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

 span { border-color: rgb(218,233,160); }

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