Shades of Reef #C8DEA1
Tints of Reef #C8DEA1
RGB
CMYK
RGB Variations
Color information
#C8DEA1 (or 0xC8DEA1) is known color: Reef. HEX triplet: C8, DE and A1. RGB value is (200,222,161). Sum of RGB (Red+Green+Blue) = 200+222+161=583 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.31% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #C8DEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DEA1 is #37215E. Grayscale: #D0D0D0. Windows color (decimal): -3613023 or 10608328. OLE color: 10608328.
HSL color Cylindrical-coordinate representation of color #C8DEA1: hue angle of 81.64º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8DEA1 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 222 | 161 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.13 |
| HSL | 81.64º | 0.48% | 0.75% | - |
| HSV(B) | 81.64º | 0.27% | 0.87% | - |
| XYZ | 56.37 | 67.1 | 43.7 | - |
| YUV | 208.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 222 | 161 | 0.10 | 0 | 0.27 | 0.13 | 81.64 | 0.48 | 0.75 |
| Hex | C8 | DE | A1 | A | 0 | 1B | D | 52 | 30 | 4B |
| Octal | 310 | 336 | 241 | 12 | 0 | 33 | 15 | 122 | 60 | 113 |
| Binary | 11001000 | 11011110 | 10100001 | 1010 | 0 | 11011 | 1101 | 1010010 | 110000 | 1001011 |
Color Harmonies of #C8DEA1
Complementary color
Monochromatic Colors of #C8DEA1
Black with #C8DEA1
Text Example
Text Example
White with #C8DEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DEA1; }
p { color: rgb(200,222,161); }
H1.HeaderClassName
{
color: #C8DEA1;
}
.AnyTagClassName
{
color: #C8DEA1;
}
</style>
background-color css
<style>
a { background-color: #C8DEA1; }
a { background-color: rgb(200,222,161); }
div.DivClassName
{
background-color: #C8DEA1;
}
.BgClassName
{
background-color: #C8DEA1;
}
</style>
border-color css
<style>
span { border-color: #C8DEA1; }
span { border-color: rgb(200,222,161); }
td.TdClassName
{
border-color: #C8DEA1;
}
.TagClassName
{
border-color: #C8DEA1;
}
</style>