Shades of Reef #DCFCA2
Tints of Reef #DCFCA2
RGB
CMYK
RGB Variations
Color information
#DCFCA2 (or 0xDCFCA2) is known color: Reef. HEX triplet: DC, FC and A2. RGB value is (220,252,162). Sum of RGB (Red+Green+Blue) = 220+252+162=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 162 (63.67% from 255 or 25.55% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFCA2 is #23035D. Grayscale: #E8E8E8. Windows color (decimal): -2294622 or 10681564. OLE color: 10681564.
HSL color Cylindrical-coordinate representation of color #DCFCA2: hue angle of 81.33º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCFCA2 is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 162 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.01 |
| HSL | 81.33º | 0.94% | 0.81% | - |
| HSV(B) | 81.33º | 0.36% | 0.99% | - |
| XYZ | 70.85 | 87.45 | 47.33 | - |
| YUV | 232.17 | 88.4 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 162 | 0.13 | 0 | 0.36 | 0.01 | 81.33 | 0.94 | 0.81 |
| Hex | DC | FC | A2 | D | 0 | 24 | 1 | 51 | 5E | 51 |
| Octal | 334 | 374 | 242 | 15 | 0 | 44 | 1 | 121 | 136 | 121 |
| Binary | 11011100 | 11111100 | 10100010 | 1101 | 0 | 100100 | 1 | 1010001 | 1011110 | 1010001 |
Color Harmonies of #DCFCA2
Complementary color
Monochromatic Colors of #DCFCA2
Black with #DCFCA2
Text Example
Text Example
White with #DCFCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFCA2; }
p { color: rgb(220,252,162); }
H1.HeaderClassName
{
color: #DCFCA2;
}
.AnyTagClassName
{
color: #DCFCA2;
}
</style>
background-color css
<style>
a { background-color: #DCFCA2; }
a { background-color: rgb(220,252,162); }
div.DivClassName
{
background-color: #DCFCA2;
}
.BgClassName
{
background-color: #DCFCA2;
}
</style>
border-color css
<style>
span { border-color: #DCFCA2; }
span { border-color: rgb(220,252,162); }
td.TdClassName
{
border-color: #DCFCA2;
}
.TagClassName
{
border-color: #DCFCA2;
}
</style>