Shades of Reef #C8E1AD
Tints of Reef #C8E1AD
RGB
CMYK
RGB Variations
Color information
#C8E1AD (or 0xC8E1AD) is known color: Reef. HEX triplet: C8, E1 and AD. RGB value is (200,225,173). Sum of RGB (Red+Green+Blue) = 200+225+173=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #C8E1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E1AD is #371E52. Grayscale: #D3D3D3. Windows color (decimal): -3612243 or 11395528. OLE color: 11395528.
HSL color Cylindrical-coordinate representation of color #C8E1AD: hue angle of 88.85º degrees, saturation: 0.46, 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 #C8E1AD is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 225 | 173 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.12 |
| HSL | 88.85º | 0.46% | 0.78% | - |
| HSV(B) | 88.85º | 0.23% | 0.88% | - |
| XYZ | 58.29 | 69.15 | 49.81 | - |
| YUV | 211.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 225 | 173 | 0.11 | 0 | 0.23 | 0.12 | 88.85 | 0.46 | 0.78 |
| Hex | C8 | E1 | AD | B | 0 | 17 | C | 59 | 2E | 4E |
| Octal | 310 | 341 | 255 | 13 | 0 | 27 | 14 | 131 | 56 | 116 |
| Binary | 11001000 | 11100001 | 10101101 | 1011 | 0 | 10111 | 1100 | 1011001 | 101110 | 1001110 |
Color Harmonies of #C8E1AD
Complementary color
Monochromatic Colors of #C8E1AD
Black with #C8E1AD
Text Example
Text Example
White with #C8E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E1AD; }
p { color: rgb(200,225,173); }
H1.HeaderClassName
{
color: #C8E1AD;
}
.AnyTagClassName
{
color: #C8E1AD;
}
</style>
background-color css
<style>
a { background-color: #C8E1AD; }
a { background-color: rgb(200,225,173); }
div.DivClassName
{
background-color: #C8E1AD;
}
.BgClassName
{
background-color: #C8E1AD;
}
</style>
border-color css
<style>
span { border-color: #C8E1AD; }
span { border-color: rgb(200,225,173); }
td.TdClassName
{
border-color: #C8E1AD;
}
.TagClassName
{
border-color: #C8E1AD;
}
</style>