#DAFAA9

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

Shades of Reef #DAFAA9

Tints of Reef #DAFAA9

Color information

#DAFAA9 (or 0xDAFAA9) is unknown color: approx Reef. HEX triplet: DA, FA and A9. RGB value is (218,250,169). Sum of RGB (Red+Green+Blue) = 218+250+169=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 169 (66.41% from 255 or 26.53% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFAA9 is #250556. Grayscale: #E7E7E7. Windows color (decimal): -2426199 or 11139802. OLE color: 11139802.

HSL color Cylindrical-coordinate representation of color #DAFAA9: hue angle of 83.7º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAFAA9 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB218250169-
CMYK0.1300.320.02
HSL83.7º89.01%82.16%-
HSV(B)83.7º32.4%98.04%-
XYZ70.2686.1450.46-
YUV231.292.9118.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.22%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 169 (66.41% from 255) = 26.53%
R=34.22%
G=39.25%
B=26.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182501690.1300.320.0283.789.0182.16
HexDAFAA9D0202545952
Octal332372251150402124131122
Binary1101101011111010101010011101010000010101010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAA9; }

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

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

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

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

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

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

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

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