#DAE9A7

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

Shades of Reef #DAE9A7

Tints of Reef #DAE9A7

Color information

#DAE9A7 (or 0xDAE9A7) is unknown color: approx Reef. HEX triplet: DA, E9 and A7. RGB value is (218,233,167). Sum of RGB (Red+Green+Blue) = 218+233+167=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 167 (65.62% from 255 or 27.02% from 618); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE9A7 is #251658. Grayscale: #DDDDDD. Windows color (decimal): -2430553 or 11004378. OLE color: 11004378.

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

Color convert

RGB218233167-
CMYK0.0600.280.09
HSL73.64º60%78.43%-
HSV(B)73.64º28.33%91.37%-
XYZ65.0375.9747.8-
YUV220.9997.53125.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 233 (91.41% from 255) = 37.70%
BLUE value IS 167 (65.62% from 255) = 27.02%
R=35.28%
G=37.70%
B=27.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331670.0600.280.0973.646078.43
HexDAE9A7601C94a3c4e
Octal33235124760341111274116
Binary110110101110100110100111110011100100110010101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9A7; }

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

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

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

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

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

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

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

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