Shades of Reef #C8DD9E
Tints of Reef #C8DD9E
RGB
CMYK
RGB Variations
Color information
#C8DD9E (or 0xC8DD9E) is known color: Reef. HEX triplet: C8, DD and 9E. RGB value is (200,221,158). Sum of RGB (Red+Green+Blue) = 200+221+158=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 221 (86.72% from 255 or 38.17% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 221 - color contains mainly: green. Hex color #C8DD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DD9E is #372261. Grayscale: #CFCFCF. Windows color (decimal): -3613282 or 10411464. OLE color: 10411464.
HSL color Cylindrical-coordinate representation of color #C8DD9E: hue angle of 80º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8DD9E is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 221 | 158 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.13 |
| HSL | 80º | 0.48% | 0.74% | - |
| HSV(B) | 80º | 0.29% | 0.87% | - |
| XYZ | 55.85 | 66.46 | 42.23 | - |
| YUV | 207.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 221 | 158 | 0.10 | 0 | 0.29 | 0.13 | 80 | 0.48 | 0.74 |
| Hex | C8 | DD | 9E | A | 0 | 1D | D | 50 | 30 | 4A |
| Octal | 310 | 335 | 236 | 12 | 0 | 35 | 15 | 120 | 60 | 112 |
| Binary | 11001000 | 11011101 | 10011110 | 1010 | 0 | 11101 | 1101 | 1010000 | 110000 | 1001010 |
Color Harmonies of #C8DD9E
Complementary color
Monochromatic Colors of #C8DD9E
Black with #C8DD9E
Text Example
Text Example
White with #C8DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DD9E; }
p { color: rgb(200,221,158); }
H1.HeaderClassName
{
color: #C8DD9E;
}
.AnyTagClassName
{
color: #C8DD9E;
}
</style>
background-color css
<style>
a { background-color: #C8DD9E; }
a { background-color: rgb(200,221,158); }
div.DivClassName
{
background-color: #C8DD9E;
}
.BgClassName
{
background-color: #C8DD9E;
}
</style>
border-color css
<style>
span { border-color: #C8DD9E; }
span { border-color: rgb(200,221,158); }
td.TdClassName
{
border-color: #C8DD9E;
}
.TagClassName
{
border-color: #C8DD9E;
}
</style>