#DAE7A1

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

Shades of Reef #DAE7A1

Tints of Reef #DAE7A1

Color information

#DAE7A1 (or 0xDAE7A1) is unknown color: approx Reef. HEX triplet: DA, E7 and A1. RGB value is (218,231,161). Sum of RGB (Red+Green+Blue) = 218+231+161=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 231 (90.62% from 255 or 37.87% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE7A1 is #25185E. Grayscale: #DBDBDB. Windows color (decimal): -2431071 or 10610650. OLE color: 10610650.

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

Color convert

RGB218231161-
CMYK0.0600.300.09
HSL71.14º59.32%76.86%-
HSV(B)71.14º30.3%90.59%-
XYZ63.9274.6344.75-
YUV219.1395.19127.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 231 (90.62% from 255) = 37.87%
BLUE value IS 161 (63.28% from 255) = 26.39%
R=35.74%
G=37.87%
B=26.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311610.0600.300.0971.1459.3276.86
HexDAE7A1601E9473b4d
Octal33234724160361110773115
Binary110110101110011110100001110011110100110001111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7A1; }

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

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

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

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

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

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

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

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