Shades of Reef #C7DB98
Tints of Reef #C7DB98
RGB
CMYK
RGB Variations
Color information
#C7DB98 (or 0xC7DB98) is known color: Reef. HEX triplet: C7, DB and 98. RGB value is (199,219,152). Sum of RGB (Red+Green+Blue) = 199+219+152=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DB98 is #382467. Grayscale: #CDCDCD. Windows color (decimal): -3679336 or 10017735. OLE color: 10017735.
HSL color Cylindrical-coordinate representation of color #C7DB98: hue angle of 77.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7DB98 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 152 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.14 |
| HSL | 77.91º | 0.48% | 0.73% | - |
| HSV(B) | 77.91º | 0.31% | 0.86% | - |
| XYZ | 54.55 | 65.07 | 39.39 | - |
| YUV | 205.38 | 97.87 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 152 | 0.09 | 0 | 0.31 | 0.14 | 77.91 | 0.48 | 0.73 |
| Hex | C7 | DB | 98 | 9 | 0 | 1F | E | 4E | 30 | 49 |
| Octal | 307 | 333 | 230 | 11 | 0 | 37 | 16 | 116 | 60 | 111 |
| Binary | 11000111 | 11011011 | 10011000 | 1001 | 0 | 11111 | 1110 | 1001110 | 110000 | 1001001 |
Color Harmonies of #C7DB98
Complementary color
Monochromatic Colors of #C7DB98
Black with #C7DB98
Text Example
Text Example
White with #C7DB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB98; }
p { color: rgb(199,219,152); }
H1.HeaderClassName
{
color: #C7DB98;
}
.AnyTagClassName
{
color: #C7DB98;
}
</style>
background-color css
<style>
a { background-color: #C7DB98; }
a { background-color: rgb(199,219,152); }
div.DivClassName
{
background-color: #C7DB98;
}
.BgClassName
{
background-color: #C7DB98;
}
</style>
border-color css
<style>
span { border-color: #C7DB98; }
span { border-color: rgb(199,219,152); }
td.TdClassName
{
border-color: #C7DB98;
}
.TagClassName
{
border-color: #C7DB98;
}
</style>