#DAF2A9

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

Shades of Reef #DAF2A9

Tints of Reef #DAF2A9

Color information

#DAF2A9 (or 0xDAF2A9) is unknown color: approx Reef. HEX triplet: DA, F2 and A9. RGB value is (218,242,169). Sum of RGB (Red+Green+Blue) = 218+242+169=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAF2A9 is #250D56. Grayscale: #E2E2E2. Windows color (decimal): -2428247 or 11137754. OLE color: 11137754.

HSL color Cylindrical-coordinate representation of color #DAF2A9: hue angle of 79.73º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAF2A9 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB218242169-
CMYK0.1000.300.05
HSL79.73º73.74%80.59%-
HSV(B)79.73º30.17%94.9%-
XYZ67.8381.2749.65-
YUV226.595.55121.94-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 242 (94.92% from 255) = 38.47%
BLUE value IS 169 (66.41% from 255) = 26.87%
R=34.66%
G=38.47%
B=26.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182421690.1000.300.0579.7373.7480.59
HexDAF2A9A01E5504a51
Octal332362251120365120112121
Binary1101101011110010101010011010011110101101000010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2A9; }

 p { color: rgb(218,242,169); }

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

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

 a { background-color: rgb(218,242,169); }

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

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

 span { border-color: rgb(218,242,169); }

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