Shades of Reef #C8E5AE
Tints of Reef #C8E5AE
RGB
CMYK
RGB Variations
Color information
#C8E5AE (or 0xC8E5AE) is known color: Reef. HEX triplet: C8, E5 and AE. RGB value is (200,229,174). Sum of RGB (Red+Green+Blue) = 200+229+174=603 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.17% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 229 - color contains mainly: green. Hex color #C8E5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8E5AE is #371A51. Grayscale: #D6D6D6. Windows color (decimal): -3611218 or 11462088. OLE color: 11462088.
HSL color Cylindrical-coordinate representation of color #C8E5AE: hue angle of 91.64º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8E5AE is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 229 | 174 | - |
| CMYK | 0.13 | 0 | 0.24 | 0.10 |
| HSL | 91.64º | 0.51% | 0.79% | - |
| HSV(B) | 91.64º | 0.24% | 0.9% | - |
| XYZ | 59.48 | 71.37 | 50.69 | - |
| YUV | 214.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 229 | 174 | 0.13 | 0 | 0.24 | 0.10 | 91.64 | 0.51 | 0.79 |
| Hex | C8 | E5 | AE | D | 0 | 18 | A | 5C | 33 | 4F |
| Octal | 310 | 345 | 256 | 15 | 0 | 30 | 12 | 134 | 63 | 117 |
| Binary | 11001000 | 11100101 | 10101110 | 1101 | 0 | 11000 | 1010 | 1011100 | 110011 | 1001111 |
Color Harmonies of #C8E5AE
Complementary color
Monochromatic Colors of #C8E5AE
Black with #C8E5AE
Text Example
Text Example
White with #C8E5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E5AE; }
p { color: rgb(200,229,174); }
H1.HeaderClassName
{
color: #C8E5AE;
}
.AnyTagClassName
{
color: #C8E5AE;
}
</style>
background-color css
<style>
a { background-color: #C8E5AE; }
a { background-color: rgb(200,229,174); }
div.DivClassName
{
background-color: #C8E5AE;
}
.BgClassName
{
background-color: #C8E5AE;
}
</style>
border-color css
<style>
span { border-color: #C8E5AE; }
span { border-color: rgb(200,229,174); }
td.TdClassName
{
border-color: #C8E5AE;
}
.TagClassName
{
border-color: #C8E5AE;
}
</style>