Shades of Reef #DCF9A2
Tints of Reef #DCF9A2
RGB
CMYK
RGB Variations
Color information
#DCF9A2 (or 0xDCF9A2) is known color: Reef. HEX triplet: DC, F9 and A2. RGB value is (220,249,162). Sum of RGB (Red+Green+Blue) = 220+249+162=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 249 (97.66% from 255 or 39.46% from 631); Blue value is 162 (63.67% from 255 or 25.67% from 631); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF9A2 is #23065D. Grayscale: #E6E6E6. Windows color (decimal): -2295390 or 10680796. OLE color: 10680796.
HSL color Cylindrical-coordinate representation of color #DCF9A2: hue angle of 80º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCF9A2 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 162 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.02 |
| HSL | 80º | 0.88% | 0.81% | - |
| HSV(B) | 80º | 0.35% | 0.98% | - |
| XYZ | 69.91 | 85.58 | 47.02 | - |
| YUV | 230.41 | 89.39 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 162 | 0.12 | 0 | 0.35 | 0.02 | 80 | 0.88 | 0.81 |
| Hex | DC | F9 | A2 | C | 0 | 23 | 2 | 50 | 58 | 51 |
| Octal | 334 | 371 | 242 | 14 | 0 | 43 | 2 | 120 | 130 | 121 |
| Binary | 11011100 | 11111001 | 10100010 | 1100 | 0 | 100011 | 10 | 1010000 | 1011000 | 1010001 |
Color Harmonies of #DCF9A2
Complementary color
Monochromatic Colors of #DCF9A2
Black with #DCF9A2
Text Example
Text Example
White with #DCF9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF9A2; }
p { color: rgb(220,249,162); }
H1.HeaderClassName
{
color: #DCF9A2;
}
.AnyTagClassName
{
color: #DCF9A2;
}
</style>
background-color css
<style>
a { background-color: #DCF9A2; }
a { background-color: rgb(220,249,162); }
div.DivClassName
{
background-color: #DCF9A2;
}
.BgClassName
{
background-color: #DCF9A2;
}
</style>
border-color css
<style>
span { border-color: #DCF9A2; }
span { border-color: rgb(220,249,162); }
td.TdClassName
{
border-color: #DCF9A2;
}
.TagClassName
{
border-color: #DCF9A2;
}
</style>