Shades of Reef #C7DFA8
Tints of Reef #C7DFA8
RGB
CMYK
RGB Variations
Color information
#C7DFA8 (or 0xC7DFA8) is known color: Reef. HEX triplet: C7, DF and A8. RGB value is (199,223,168). Sum of RGB (Red+Green+Blue) = 199+223+168=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #C7DFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DFA8 is #382057. Grayscale: #D1D1D1. Windows color (decimal): -3678296 or 11067335. OLE color: 11067335.
HSL color Cylindrical-coordinate representation of color #C7DFA8: hue angle of 86.18º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7DFA8 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 223 | 168 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.13 |
| HSL | 86.18º | 0.46% | 0.77% | - |
| HSV(B) | 86.18º | 0.25% | 0.87% | - |
| XYZ | 57.01 | 67.74 | 47.12 | - |
| YUV | 209.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 223 | 168 | 0.11 | 0 | 0.25 | 0.13 | 86.18 | 0.46 | 0.77 |
| Hex | C7 | DF | A8 | B | 0 | 19 | D | 56 | 2E | 4D |
| Octal | 307 | 337 | 250 | 13 | 0 | 31 | 15 | 126 | 56 | 115 |
| Binary | 11000111 | 11011111 | 10101000 | 1011 | 0 | 11001 | 1101 | 1010110 | 101110 | 1001101 |
Color Harmonies of #C7DFA8
Complementary color
Monochromatic Colors of #C7DFA8
Black with #C7DFA8
Text Example
Text Example
White with #C7DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DFA8; }
p { color: rgb(199,223,168); }
H1.HeaderClassName
{
color: #C7DFA8;
}
.AnyTagClassName
{
color: #C7DFA8;
}
</style>
background-color css
<style>
a { background-color: #C7DFA8; }
a { background-color: rgb(199,223,168); }
div.DivClassName
{
background-color: #C7DFA8;
}
.BgClassName
{
background-color: #C7DFA8;
}
</style>
border-color css
<style>
span { border-color: #C7DFA8; }
span { border-color: rgb(199,223,168); }
td.TdClassName
{
border-color: #C7DFA8;
}
.TagClassName
{
border-color: #C7DFA8;
}
</style>