Shades of Reef #DCF2A2
Tints of Reef #DCF2A2
RGB
CMYK
RGB Variations
Color information
#DCF2A2 (or 0xDCF2A2) is known color: Reef. HEX triplet: DC, F2 and A2. RGB value is (220,242,162). Sum of RGB (Red+Green+Blue) = 220+242+162=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 162 (63.67% from 255 or 25.96% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF2A2 is #230D5D. Grayscale: #E2E2E2. Windows color (decimal): -2297182 or 10679004. OLE color: 10679004.
HSL color Cylindrical-coordinate representation of color #DCF2A2: hue angle of 76.5º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCF2A2 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 162 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.05 |
| HSL | 76.5º | 0.75% | 0.79% | - |
| HSV(B) | 76.5º | 0.33% | 0.95% | - |
| XYZ | 67.79 | 81.33 | 46.31 | - |
| YUV | 226.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 162 | 0.09 | 0 | 0.33 | 0.05 | 76.5 | 0.75 | 0.79 |
| Hex | DC | F2 | A2 | 9 | 0 | 21 | 5 | 4C | 4B | 4F |
| Octal | 334 | 362 | 242 | 11 | 0 | 41 | 5 | 114 | 113 | 117 |
| Binary | 11011100 | 11110010 | 10100010 | 1001 | 0 | 100001 | 101 | 1001100 | 1001011 | 1001111 |
Color Harmonies of #DCF2A2
Complementary color
Monochromatic Colors of #DCF2A2
Black with #DCF2A2
Text Example
Text Example
White with #DCF2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2A2; }
p { color: rgb(220,242,162); }
H1.HeaderClassName
{
color: #DCF2A2;
}
.AnyTagClassName
{
color: #DCF2A2;
}
</style>
background-color css
<style>
a { background-color: #DCF2A2; }
a { background-color: rgb(220,242,162); }
div.DivClassName
{
background-color: #DCF2A2;
}
.BgClassName
{
background-color: #DCF2A2;
}
</style>
border-color css
<style>
span { border-color: #DCF2A2; }
span { border-color: rgb(220,242,162); }
td.TdClassName
{
border-color: #DCF2A2;
}
.TagClassName
{
border-color: #DCF2A2;
}
</style>