Shades of Reef #DCFAA6
Tints of Reef #DCFAA6
RGB
CMYK
RGB Variations
Color information
#DCFAA6 (or 0xDCFAA6) is known color: Reef. HEX triplet: DC, FA and A6. RGB value is (220,250,166). Sum of RGB (Red+Green+Blue) = 220+250+166=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 166 (65.23% from 255 or 26.10% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAA6 is #230559. Grayscale: #E7E7E7. Windows color (decimal): -2295130 or 10943196. OLE color: 10943196.
HSL color Cylindrical-coordinate representation of color #DCFAA6: hue angle of 81.43º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCFAA6 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 166 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.02 |
| HSL | 81.43º | 0.89% | 0.82% | - |
| HSV(B) | 81.43º | 0.34% | 0.98% | - |
| XYZ | 70.58 | 86.34 | 49.02 | - |
| YUV | 231.45 | 91.06 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 166 | 0.12 | 0 | 0.34 | 0.02 | 81.43 | 0.89 | 0.82 |
| Hex | DC | FA | A6 | C | 0 | 22 | 2 | 51 | 59 | 52 |
| Octal | 334 | 372 | 246 | 14 | 0 | 42 | 2 | 121 | 131 | 122 |
| Binary | 11011100 | 11111010 | 10100110 | 1100 | 0 | 100010 | 10 | 1010001 | 1011001 | 1010010 |
Color Harmonies of #DCFAA6
Complementary color
Monochromatic Colors of #DCFAA6
Black with #DCFAA6
Text Example
Text Example
White with #DCFAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFAA6; }
p { color: rgb(220,250,166); }
H1.HeaderClassName
{
color: #DCFAA6;
}
.AnyTagClassName
{
color: #DCFAA6;
}
</style>
background-color css
<style>
a { background-color: #DCFAA6; }
a { background-color: rgb(220,250,166); }
div.DivClassName
{
background-color: #DCFAA6;
}
.BgClassName
{
background-color: #DCFAA6;
}
</style>
border-color css
<style>
span { border-color: #DCFAA6; }
span { border-color: rgb(220,250,166); }
td.TdClassName
{
border-color: #DCFAA6;
}
.TagClassName
{
border-color: #DCFAA6;
}
</style>