#DAE9A6

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

Shades of Reef #DAE9A6

Tints of Reef #DAE9A6

Color information

#DAE9A6 (or 0xDAE9A6) is unknown color: approx Reef. HEX triplet: DA, E9 and A6. RGB value is (218,233,166). Sum of RGB (Red+Green+Blue) = 218+233+166=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 166 (65.23% from 255 or 26.90% from 617); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE9A6 is #251659. Grayscale: #DDDDDD. Windows color (decimal): -2430554 or 10938842. OLE color: 10938842.

HSL color Cylindrical-coordinate representation of color #DAE9A6: hue angle of 73.43º degrees, saturation: 0.6, 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 #DAE9A6 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB218233166-
CMYK0.0600.290.09
HSL73.43º60.36%78.24%-
HSV(B)73.43º28.76%91.37%-
XYZ64.9475.9447.31-
YUV220.8897.03125.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 233 (91.41% from 255) = 37.76%
BLUE value IS 166 (65.23% from 255) = 26.90%
R=35.33%
G=37.76%
B=26.90%

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
Decimal2182331660.0600.290.0973.4360.3678.24
HexDAE9A6601D9493c4e
Octal33235124660351111174116
Binary110110101110100110100110110011101100110010011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9A6; }

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

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

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

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

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

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

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

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