#DAEAA6

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

Shades of Reef #DAEAA6

Tints of Reef #DAEAA6

Color information

#DAEAA6 (or 0xDAEAA6) is unknown color: approx Reef. HEX triplet: DA, EA and A6. RGB value is (218,234,166). Sum of RGB (Red+Green+Blue) = 218+234+166=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 166 (65.23% from 255 or 26.86% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEAA6 is #251559. Grayscale: #DDDDDD. Windows color (decimal): -2430298 or 10939098. OLE color: 10939098.

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

Color convert

RGB218234166-
CMYK0.0700.290.08
HSL74.12º61.82%78.43%-
HSV(B)74.12º29.06%91.76%-
XYZ65.2276.547.41-
YUV221.4696.7125.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 166 (65.23% from 255) = 26.86%
R=35.28%
G=37.86%
B=26.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341660.0700.290.0874.1261.8278.43
HexDAEAA6701D84a3e4e
Octal33235224670351011276116
Binary110110101110101010100110111011101100010010101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEAA6; }

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

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

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

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

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

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

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

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