Shades of Reef #DCF9A6
Tints of Reef #DCF9A6
RGB
CMYK
RGB Variations
Color information
#DCF9A6 (or 0xDCF9A6) is known color: Reef. HEX triplet: DC, F9 and A6. RGB value is (220,249,166). Sum of RGB (Red+Green+Blue) = 220+249+166=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 166 (65.23% from 255 or 26.14% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF9A6 is #230659. Grayscale: #E7E7E7. Windows color (decimal): -2295386 or 10942940. OLE color: 10942940.
HSL color Cylindrical-coordinate representation of color #DCF9A6: hue angle of 80.96º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCF9A6 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 166 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.02 |
| HSL | 80.96º | 0.87% | 0.81% | - |
| HSV(B) | 80.96º | 0.33% | 0.98% | - |
| XYZ | 70.27 | 85.72 | 48.92 | - |
| YUV | 230.87 | 91.39 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 166 | 0.12 | 0 | 0.33 | 0.02 | 80.96 | 0.87 | 0.81 |
| Hex | DC | F9 | A6 | C | 0 | 21 | 2 | 51 | 57 | 51 |
| Octal | 334 | 371 | 246 | 14 | 0 | 41 | 2 | 121 | 127 | 121 |
| Binary | 11011100 | 11111001 | 10100110 | 1100 | 0 | 100001 | 10 | 1010001 | 1010111 | 1010001 |
Color Harmonies of #DCF9A6
Complementary color
Monochromatic Colors of #DCF9A6
Black with #DCF9A6
Text Example
Text Example
White with #DCF9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9A6; }
p { color: rgb(220,249,166); }
H1.HeaderClassName
{
color: #DCF9A6;
}
.AnyTagClassName
{
color: #DCF9A6;
}
</style>
background-color css
<style>
a { background-color: #DCF9A6; }
a { background-color: rgb(220,249,166); }
div.DivClassName
{
background-color: #DCF9A6;
}
.BgClassName
{
background-color: #DCF9A6;
}
</style>
border-color css
<style>
span { border-color: #DCF9A6; }
span { border-color: rgb(220,249,166); }
td.TdClassName
{
border-color: #DCF9A6;
}
.TagClassName
{
border-color: #DCF9A6;
}
</style>