Shades of Reef #C7DDA2
Tints of Reef #C7DDA2
RGB
CMYK
RGB Variations
Color information
#C7DDA2 (or 0xC7DDA2) is known color: Reef. HEX triplet: C7, DD and A2. RGB value is (199,221,162). Sum of RGB (Red+Green+Blue) = 199+221+162=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 221 (86.72% from 255 or 37.97% from 582); Blue value is 162 (63.67% from 255 or 27.84% from 582); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DDA2 is #38225D. Grayscale: #CFCFCF. Windows color (decimal): -3678814 or 10673607. OLE color: 10673607.
HSL color Cylindrical-coordinate representation of color #C7DDA2: hue angle of 82.37º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7DDA2 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 162 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.13 |
| HSL | 82.37º | 0.46% | 0.75% | - |
| HSV(B) | 82.37º | 0.27% | 0.87% | - |
| XYZ | 55.93 | 66.46 | 44.06 | - |
| YUV | 207.7 | 102.21 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 162 | 0.10 | 0 | 0.27 | 0.13 | 82.37 | 0.46 | 0.75 |
| Hex | C7 | DD | A2 | A | 0 | 1B | D | 52 | 2E | 4B |
| Octal | 307 | 335 | 242 | 12 | 0 | 33 | 15 | 122 | 56 | 113 |
| Binary | 11000111 | 11011101 | 10100010 | 1010 | 0 | 11011 | 1101 | 1010010 | 101110 | 1001011 |
Color Harmonies of #C7DDA2
Complementary color
Monochromatic Colors of #C7DDA2
Black with #C7DDA2
Text Example
Text Example
White with #C7DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDA2; }
p { color: rgb(199,221,162); }
H1.HeaderClassName
{
color: #C7DDA2;
}
.AnyTagClassName
{
color: #C7DDA2;
}
</style>
background-color css
<style>
a { background-color: #C7DDA2; }
a { background-color: rgb(199,221,162); }
div.DivClassName
{
background-color: #C7DDA2;
}
.BgClassName
{
background-color: #C7DDA2;
}
</style>
border-color css
<style>
span { border-color: #C7DDA2; }
span { border-color: rgb(199,221,162); }
td.TdClassName
{
border-color: #C7DDA2;
}
.TagClassName
{
border-color: #C7DDA2;
}
</style>