Shades of Reef #C7DB9B
Tints of Reef #C7DB9B
RGB
CMYK
RGB Variations
Color information
#C7DB9B (or 0xC7DB9B) is known color: Reef. HEX triplet: C7, DB and 9B. RGB value is (199,219,155). Sum of RGB (Red+Green+Blue) = 199+219+155=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 155 (60.94% from 255 or 27.05% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7DB9B is #382464. Grayscale: #CDCDCD. Windows color (decimal): -3679333 or 10214343. OLE color: 10214343.
HSL color Cylindrical-coordinate representation of color #C7DB9B: hue angle of 78.75º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7DB9B is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 155 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.14 |
| HSL | 78.75º | 0.47% | 0.73% | - |
| HSV(B) | 78.75º | 0.29% | 0.86% | - |
| XYZ | 54.8 | 65.17 | 40.7 | - |
| YUV | 205.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 155 | 0.09 | 0 | 0.29 | 0.14 | 78.75 | 0.47 | 0.73 |
| Hex | C7 | DB | 9B | 9 | 0 | 1D | E | 4F | 2F | 49 |
| Octal | 307 | 333 | 233 | 11 | 0 | 35 | 16 | 117 | 57 | 111 |
| Binary | 11000111 | 11011011 | 10011011 | 1001 | 0 | 11101 | 1110 | 1001111 | 101111 | 1001001 |
Color Harmonies of #C7DB9B
Complementary color
Monochromatic Colors of #C7DB9B
Black with #C7DB9B
Text Example
Text Example
White with #C7DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB9B; }
p { color: rgb(199,219,155); }
H1.HeaderClassName
{
color: #C7DB9B;
}
.AnyTagClassName
{
color: #C7DB9B;
}
</style>
background-color css
<style>
a { background-color: #C7DB9B; }
a { background-color: rgb(199,219,155); }
div.DivClassName
{
background-color: #C7DB9B;
}
.BgClassName
{
background-color: #C7DB9B;
}
</style>
border-color css
<style>
span { border-color: #C7DB9B; }
span { border-color: rgb(199,219,155); }
td.TdClassName
{
border-color: #C7DB9B;
}
.TagClassName
{
border-color: #C7DB9B;
}
</style>