Shades of Reef #DCFFA3
Tints of Reef #DCFFA3
RGB
CMYK
RGB Variations
Color information
#DCFFA3 (or 0xDCFFA3) is known color: Reef. HEX triplet: DC, FF and A3. RGB value is (220,255,163). Sum of RGB (Red+Green+Blue) = 220+255+163=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 163 (64.06% from 255 or 25.55% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFA3 is #23005C. Grayscale: #EAEAEA. Windows color (decimal): -2293853 or 10747868. OLE color: 10747868.
HSL color Cylindrical-coordinate representation of color #DCFFA3: hue angle of 82.83º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCFFA3 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 163 | - |
| CMYK | 0.14 | 0 | 0.36 | 0 |
| HSL | 82.83º | 1% | 0.82% | - |
| HSV(B) | 82.83º | 0.36% | 1% | - |
| XYZ | 71.89 | 89.38 | 48.11 | - |
| YUV | 234.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 163 | 0.14 | 0 | 0.36 | 0 | 82.83 | 1 | 0.82 |
| Hex | DC | FF | A3 | E | 0 | 24 | 0 | 53 | 64 | 52 |
| Octal | 334 | 377 | 243 | 16 | 0 | 44 | 0 | 123 | 144 | 122 |
| Binary | 11011100 | 11111111 | 10100011 | 1110 | 0 | 100100 | 0 | 1010011 | 1100100 | 1010010 |
Color Harmonies of #DCFFA3
Complementary color
Monochromatic Colors of #DCFFA3
Black with #DCFFA3
Text Example
Text Example
White with #DCFFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFA3; }
p { color: rgb(220,255,163); }
H1.HeaderClassName
{
color: #DCFFA3;
}
.AnyTagClassName
{
color: #DCFFA3;
}
</style>
background-color css
<style>
a { background-color: #DCFFA3; }
a { background-color: rgb(220,255,163); }
div.DivClassName
{
background-color: #DCFFA3;
}
.BgClassName
{
background-color: #DCFFA3;
}
</style>
border-color css
<style>
span { border-color: #DCFFA3; }
span { border-color: rgb(220,255,163); }
td.TdClassName
{
border-color: #DCFFA3;
}
.TagClassName
{
border-color: #DCFFA3;
}
</style>