Shades of Reef #DCFFA9
Tints of Reef #DCFFA9
RGB
CMYK
RGB Variations
Color information
#DCFFA9 (or 0xDCFFA9) is known color: Reef. HEX triplet: DC, FF and A9. RGB value is (220,255,169). Sum of RGB (Red+Green+Blue) = 220+255+169=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 169 (66.41% from 255 or 26.24% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFA9 is #230056. Grayscale: #EBEBEB. Windows color (decimal): -2293847 or 11141084. OLE color: 11141084.
HSL color Cylindrical-coordinate representation of color #DCFFA9: hue angle of 84.42º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCFFA9 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 169 | - |
| CMYK | 0.14 | 0 | 0.34 | 0 |
| HSL | 84.42º | 1% | 0.83% | - |
| HSV(B) | 84.42º | 0.34% | 1% | - |
| XYZ | 72.44 | 89.6 | 51.01 | - |
| YUV | 234.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 169 | 0.14 | 0 | 0.34 | 0 | 84.42 | 1 | 0.83 |
| Hex | DC | FF | A9 | E | 0 | 22 | 0 | 54 | 64 | 53 |
| Octal | 334 | 377 | 251 | 16 | 0 | 42 | 0 | 124 | 144 | 123 |
| Binary | 11011100 | 11111111 | 10101001 | 1110 | 0 | 100010 | 0 | 1010100 | 1100100 | 1010011 |
Color Harmonies of #DCFFA9
Complementary color
Monochromatic Colors of #DCFFA9
Black with #DCFFA9
Text Example
Text Example
White with #DCFFA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFA9; }
p { color: rgb(220,255,169); }
H1.HeaderClassName
{
color: #DCFFA9;
}
.AnyTagClassName
{
color: #DCFFA9;
}
</style>
background-color css
<style>
a { background-color: #DCFFA9; }
a { background-color: rgb(220,255,169); }
div.DivClassName
{
background-color: #DCFFA9;
}
.BgClassName
{
background-color: #DCFFA9;
}
</style>
border-color css
<style>
span { border-color: #DCFFA9; }
span { border-color: rgb(220,255,169); }
td.TdClassName
{
border-color: #DCFFA9;
}
.TagClassName
{
border-color: #DCFFA9;
}
</style>