Shades of Reef #DCFFA2
Tints of Reef #DCFFA2
RGB
CMYK
RGB Variations
Color information
#DCFFA2 (or 0xDCFFA2) is known color: Reef. HEX triplet: DC, FF and A2. RGB value is (220,255,162). Sum of RGB (Red+Green+Blue) = 220+255+162=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 162 (63.67% from 255 or 25.43% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFFA2 is #23005D. Grayscale: #EAEAEA. Windows color (decimal): -2293854 or 10682332. OLE color: 10682332.
HSL color Cylindrical-coordinate representation of color #DCFFA2: hue angle of 82.58º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCFFA2 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 162 | - |
| CMYK | 0.14 | 0 | 0.36 | 0 |
| HSL | 82.58º | 1% | 0.82% | - |
| HSV(B) | 82.58º | 0.36% | 1% | - |
| XYZ | 71.8 | 89.34 | 47.64 | - |
| YUV | 233.93 | 87.4 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 162 | 0.14 | 0 | 0.36 | 0 | 82.58 | 1 | 0.82 |
| Hex | DC | FF | A2 | E | 0 | 24 | 0 | 53 | 64 | 52 |
| Octal | 334 | 377 | 242 | 16 | 0 | 44 | 0 | 123 | 144 | 122 |
| Binary | 11011100 | 11111111 | 10100010 | 1110 | 0 | 100100 | 0 | 1010011 | 1100100 | 1010010 |
Color Harmonies of #DCFFA2
Complementary color
Monochromatic Colors of #DCFFA2
Black with #DCFFA2
Text Example
Text Example
White with #DCFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFFA2; }
p { color: rgb(220,255,162); }
H1.HeaderClassName
{
color: #DCFFA2;
}
.AnyTagClassName
{
color: #DCFFA2;
}
</style>
background-color css
<style>
a { background-color: #DCFFA2; }
a { background-color: rgb(220,255,162); }
div.DivClassName
{
background-color: #DCFFA2;
}
.BgClassName
{
background-color: #DCFFA2;
}
</style>
border-color css
<style>
span { border-color: #DCFFA2; }
span { border-color: rgb(220,255,162); }
td.TdClassName
{
border-color: #DCFFA2;
}
.TagClassName
{
border-color: #DCFFA2;
}
</style>