#DAE7A4

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

Shades of Reef #DAE7A4

Tints of Reef #DAE7A4

Color information

#DAE7A4 (or 0xDAE7A4) is unknown color: approx Reef. HEX triplet: DA, E7 and A4. RGB value is (218,231,164). Sum of RGB (Red+Green+Blue) = 218+231+164=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 164 (64.45% from 255 or 26.75% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE7A4 is #25185B. Grayscale: #DBDBDB. Windows color (decimal): -2431068 or 10807258. OLE color: 10807258.

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

Color convert

RGB218231164-
CMYK0.0600.290.09
HSL71.64º58.26%77.45%-
HSV(B)71.64º29%90.59%-
XYZ64.1974.7446.16-
YUV219.4896.69126.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 164 (64.45% from 255) = 26.75%
R=35.56%
G=37.68%
B=26.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311640.0600.290.0971.6458.2677.45
HexDAE7A4601D9483a4d
Octal33234724460351111072115
Binary110110101110011110100100110011101100110010001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7A4; }

 p { color: rgb(218,231,164); }

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

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

 a { background-color: rgb(218,231,164); }

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

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

 span { border-color: rgb(218,231,164); }

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