#DAE9A1

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

Shades of Reef #DAE9A1

Tints of Reef #DAE9A1

Color information

#DAE9A1 (or 0xDAE9A1) is unknown color: approx Reef. HEX triplet: DA, E9 and A1. RGB value is (218,233,161). Sum of RGB (Red+Green+Blue) = 218+233+161=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 161 (63.28% from 255 or 26.31% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE9A1 is #25165E. Grayscale: #DCDCDC. Windows color (decimal): -2430559 or 10611162. OLE color: 10611162.

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

Color convert

RGB218233161-
CMYK0.0600.310.09
HSL72.5º62.07%77.25%-
HSV(B)72.5º30.9%91.37%-
XYZ64.4975.7644.94-
YUV220.3194.53126.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.62%
GREEN value IS 233 (91.41% from 255) = 38.07%
BLUE value IS 161 (63.28% from 255) = 26.31%
R=35.62%
G=38.07%
B=26.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331610.0600.310.0972.562.0777.25
HexDAE9A1601F9483e4d
Octal33235124160371111076115
Binary110110101110100110100001110011111100110010001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9A1; }

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

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

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

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

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

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

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

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