Shades of Reef #C8E0AD
Tints of Reef #C8E0AD
RGB
CMYK
RGB Variations
Color information
#C8E0AD (or 0xC8E0AD) is known color: Reef. HEX triplet: C8, E0 and AD. RGB value is (200,224,173). Sum of RGB (Red+Green+Blue) = 200+224+173=597 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.50% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E0AD is #371F52. Grayscale: #D3D3D3. Windows color (decimal): -3612499 or 11395272. OLE color: 11395272.
HSL color Cylindrical-coordinate representation of color #C8E0AD: hue angle of 88.24º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8E0AD is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 224 | 173 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.12 |
| HSL | 88.24º | 0.45% | 0.78% | - |
| HSV(B) | 88.24º | 0.23% | 0.88% | - |
| XYZ | 58.02 | 68.61 | 49.72 | - |
| YUV | 211.01 | 106.55 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 224 | 173 | 0.11 | 0 | 0.23 | 0.12 | 88.24 | 0.45 | 0.78 |
| Hex | C8 | E0 | AD | B | 0 | 17 | C | 58 | 2D | 4E |
| Octal | 310 | 340 | 255 | 13 | 0 | 27 | 14 | 130 | 55 | 116 |
| Binary | 11001000 | 11100000 | 10101101 | 1011 | 0 | 10111 | 1100 | 1011000 | 101101 | 1001110 |
Color Harmonies of #C8E0AD
Complementary color
Monochromatic Colors of #C8E0AD
Black with #C8E0AD
Text Example
Text Example
White with #C8E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E0AD; }
p { color: rgb(200,224,173); }
H1.HeaderClassName
{
color: #C8E0AD;
}
.AnyTagClassName
{
color: #C8E0AD;
}
</style>
background-color css
<style>
a { background-color: #C8E0AD; }
a { background-color: rgb(200,224,173); }
div.DivClassName
{
background-color: #C8E0AD;
}
.BgClassName
{
background-color: #C8E0AD;
}
</style>
border-color css
<style>
span { border-color: #C8E0AD; }
span { border-color: rgb(200,224,173); }
td.TdClassName
{
border-color: #C8E0AD;
}
.TagClassName
{
border-color: #C8E0AD;
}
</style>