Shades of Reef #DCFFA8
Tints of Reef #DCFFA8
RGB
CMYK
RGB Variations
Color information
#DCFFA8 (or 0xDCFFA8) is known color: Reef. HEX triplet: DC, FF and A8. RGB value is (220,255,168). Sum of RGB (Red+Green+Blue) = 220+255+168=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 168 (66.02% from 255 or 26.13% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFA8 is #230057. Grayscale: #EAEAEA. Windows color (decimal): -2293848 or 11075548. OLE color: 11075548.
HSL color Cylindrical-coordinate representation of color #DCFFA8: hue angle of 84.14º 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 #DCFFA8 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 168 | - |
| CMYK | 0.14 | 0 | 0.34 | 0 |
| HSL | 84.14º | 1% | 0.83% | - |
| HSV(B) | 84.14º | 0.34% | 1% | - |
| XYZ | 72.34 | 89.56 | 50.52 | - |
| YUV | 234.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 168 | 0.14 | 0 | 0.34 | 0 | 84.14 | 1 | 0.83 |
| Hex | DC | FF | A8 | E | 0 | 22 | 0 | 54 | 64 | 53 |
| Octal | 334 | 377 | 250 | 16 | 0 | 42 | 0 | 124 | 144 | 123 |
| Binary | 11011100 | 11111111 | 10101000 | 1110 | 0 | 100010 | 0 | 1010100 | 1100100 | 1010011 |
Color Harmonies of #DCFFA8
Complementary color
Monochromatic Colors of #DCFFA8
Black with #DCFFA8
Text Example
Text Example
White with #DCFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFA8; }
p { color: rgb(220,255,168); }
H1.HeaderClassName
{
color: #DCFFA8;
}
.AnyTagClassName
{
color: #DCFFA8;
}
</style>
background-color css
<style>
a { background-color: #DCFFA8; }
a { background-color: rgb(220,255,168); }
div.DivClassName
{
background-color: #DCFFA8;
}
.BgClassName
{
background-color: #DCFFA8;
}
</style>
border-color css
<style>
span { border-color: #DCFFA8; }
span { border-color: rgb(220,255,168); }
td.TdClassName
{
border-color: #DCFFA8;
}
.TagClassName
{
border-color: #DCFFA8;
}
</style>