#DAE8A5

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

Shades of Reef #DAE8A5

Tints of Reef #DAE8A5

Color information

#DAE8A5 (or 0xDAE8A5) is unknown color: approx Reef. HEX triplet: DA, E8 and A5. RGB value is (218,232,165). Sum of RGB (Red+Green+Blue) = 218+232+165=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 165 (64.84% from 255 or 26.83% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE8A5 is #25175A. Grayscale: #DCDCDC. Windows color (decimal): -2430811 or 10873050. OLE color: 10873050.

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

Color convert

RGB218232165-
CMYK0.0600.290.09
HSL72.54º59.29%77.84%-
HSV(B)72.54º28.88%90.98%-
XYZ64.5675.3446.74-
YUV220.1896.86126.45-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 232 (91.02% from 255) = 37.72%
BLUE value IS 165 (64.84% from 255) = 26.83%
R=35.45%
G=37.72%
B=26.83%

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
Decimal2182321650.0600.290.0972.5459.2977.84
HexDAE8A5601D9493b4e
Octal33235024560351111173116
Binary110110101110100010100101110011101100110010011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8A5; }

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

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

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

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

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

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

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

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