Shades of Reef #DCFAA4
Tints of Reef #DCFAA4
RGB
CMYK
RGB Variations
Color information
#DCFAA4 (or 0xDCFAA4) is known color: Reef. HEX triplet: DC, FA and A4. RGB value is (220,250,164). Sum of RGB (Red+Green+Blue) = 220+250+164=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 164 (64.45% from 255 or 25.87% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAA4 is #23055B. Grayscale: #E7E7E7. Windows color (decimal): -2295132 or 10812124. OLE color: 10812124.
HSL color Cylindrical-coordinate representation of color #DCFAA4: hue angle of 80.93º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCFAA4 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 164 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.02 |
| HSL | 80.93º | 0.9% | 0.81% | - |
| HSV(B) | 80.93º | 0.34% | 0.98% | - |
| XYZ | 70.4 | 86.27 | 48.06 | - |
| YUV | 231.23 | 90.06 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 164 | 0.12 | 0 | 0.34 | 0.02 | 80.93 | 0.9 | 0.81 |
| Hex | DC | FA | A4 | C | 0 | 22 | 2 | 51 | 5A | 51 |
| Octal | 334 | 372 | 244 | 14 | 0 | 42 | 2 | 121 | 132 | 121 |
| Binary | 11011100 | 11111010 | 10100100 | 1100 | 0 | 100010 | 10 | 1010001 | 1011010 | 1010001 |
Color Harmonies of #DCFAA4
Complementary color
Monochromatic Colors of #DCFAA4
Black with #DCFAA4
Text Example
Text Example
White with #DCFAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAA4; }
p { color: rgb(220,250,164); }
H1.HeaderClassName
{
color: #DCFAA4;
}
.AnyTagClassName
{
color: #DCFAA4;
}
</style>
background-color css
<style>
a { background-color: #DCFAA4; }
a { background-color: rgb(220,250,164); }
div.DivClassName
{
background-color: #DCFAA4;
}
.BgClassName
{
background-color: #DCFAA4;
}
</style>
border-color css
<style>
span { border-color: #DCFAA4; }
span { border-color: rgb(220,250,164); }
td.TdClassName
{
border-color: #DCFAA4;
}
.TagClassName
{
border-color: #DCFAA4;
}
</style>