#DAFCA9

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

Shades of Reef #DAFCA9

Tints of Reef #DAFCA9

Color information

#DAFCA9 (or 0xDAFCA9) is unknown color: approx Reef. HEX triplet: DA, FC and A9. RGB value is (218,252,169). Sum of RGB (Red+Green+Blue) = 218+252+169=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 169 (66.41% from 255 or 26.45% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #DAFCA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAFCA9 is #250356. Grayscale: #E8E8E8. Windows color (decimal): -2425687 or 11140314. OLE color: 11140314.

HSL color Cylindrical-coordinate representation of color #DAFCA9: hue angle of 84.58º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAFCA9 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB218252169-
CMYK0.1300.330.01
HSL84.58º93.26%82.55%-
HSV(B)84.58º32.94%98.82%-
XYZ70.8987.3950.67-
YUV232.3792.24117.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 169 (66.41% from 255) = 26.45%
R=34.12%
G=39.44%
B=26.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2182521690.1300.330.0184.5893.2682.55
HexDAFCA9D0211555d53
Octal332374251150411125135123
Binary110110101111110010101001110101000011101010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFCA9; }

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

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

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

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

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

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

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

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