#DAFEA9

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

Shades of Reef #DAFEA9

Tints of Reef #DAFEA9

Color information

#DAFEA9 (or 0xDAFEA9) is unknown color: approx Reef. HEX triplet: DA, FE and A9. RGB value is (218,254,169). Sum of RGB (Red+Green+Blue) = 218+254+169=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 169 (66.41% from 255 or 26.37% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFEA9 is #250156. Grayscale: #E9E9E9. Windows color (decimal): -2425175 or 11140826. OLE color: 11140826.

HSL color Cylindrical-coordinate representation of color #DAFEA9: hue angle of 85.41º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAFEA9 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB218254169-
CMYK0.1400.330.00
HSL85.41º97.7%82.94%-
HSV(B)85.41º33.46%99.61%-
XYZ71.5288.6550.88-
YUV233.5591.57116.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.01%
GREEN value IS 254 (99.61% from 255) = 39.63%
BLUE value IS 169 (66.41% from 255) = 26.37%
R=34.01%
G=39.63%
B=26.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182541690.1400.330.0085.4197.782.94
HexDAFEA9E0210556253
Octal332376251160410125142123
Binary110110101111111010101001111001000010101010111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFEA9; }

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

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

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

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

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

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

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

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