Shades of Reef #C8E4AD
Tints of Reef #C8E4AD
RGB
CMYK
RGB Variations
Color information
#C8E4AD (or 0xC8E4AD) is known color: Reef. HEX triplet: C8, E4 and AD. RGB value is (200,228,173). Sum of RGB (Red+Green+Blue) = 200+228+173=601 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.28% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E4AD is #371B52. Grayscale: #D5D5D5. Windows color (decimal): -3611475 or 11396296. OLE color: 11396296.
HSL color Cylindrical-coordinate representation of color #C8E4AD: hue angle of 90.55º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8E4AD is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 228 | 173 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.11 |
| HSL | 90.55º | 0.5% | 0.79% | - |
| HSV(B) | 90.55º | 0.24% | 0.89% | - |
| XYZ | 59.11 | 70.78 | 50.08 | - |
| YUV | 213.36 | 105.22 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 228 | 173 | 0.12 | 0 | 0.24 | 0.11 | 90.55 | 0.5 | 0.79 |
| Hex | C8 | E4 | AD | C | 0 | 18 | B | 5B | 32 | 4F |
| Octal | 310 | 344 | 255 | 14 | 0 | 30 | 13 | 133 | 62 | 117 |
| Binary | 11001000 | 11100100 | 10101101 | 1100 | 0 | 11000 | 1011 | 1011011 | 110010 | 1001111 |
Color Harmonies of #C8E4AD
Complementary color
Monochromatic Colors of #C8E4AD
Black with #C8E4AD
Text Example
Text Example
White with #C8E4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E4AD; }
p { color: rgb(200,228,173); }
H1.HeaderClassName
{
color: #C8E4AD;
}
.AnyTagClassName
{
color: #C8E4AD;
}
</style>
background-color css
<style>
a { background-color: #C8E4AD; }
a { background-color: rgb(200,228,173); }
div.DivClassName
{
background-color: #C8E4AD;
}
.BgClassName
{
background-color: #C8E4AD;
}
</style>
border-color css
<style>
span { border-color: #C8E4AD; }
span { border-color: rgb(200,228,173); }
td.TdClassName
{
border-color: #C8E4AD;
}
.TagClassName
{
border-color: #C8E4AD;
}
</style>