Shades of Reef #C9E1AD
Tints of Reef #C9E1AD
RGB
CMYK
RGB Variations
Color information
#C9E1AD (or 0xC9E1AD) is known color: Reef. HEX triplet: C9, E1 and AD. RGB value is (201,225,173). Sum of RGB (Red+Green+Blue) = 201+225+173=599 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.56% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 173 (67.97% from 255 or 28.88% from 599); Max value from RGB is 225 - color contains mainly: green. Hex color #C9E1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9E1AD is #361E52. Grayscale: #D4D4D4. Windows color (decimal): -3546707 or 11395529. OLE color: 11395529.
HSL color Cylindrical-coordinate representation of color #C9E1AD: hue angle of 87.69º 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 #C9E1AD is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 225 | 173 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.12 |
| HSL | 87.69º | 0.46% | 0.78% | - |
| HSV(B) | 87.69º | 0.23% | 0.88% | - |
| XYZ | 58.56 | 69.29 | 49.82 | - |
| YUV | 211.9 | 106.05 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 225 | 173 | 0.11 | 0 | 0.23 | 0.12 | 87.69 | 0.46 | 0.78 |
| Hex | C9 | E1 | AD | B | 0 | 17 | C | 58 | 2E | 4E |
| Octal | 311 | 341 | 255 | 13 | 0 | 27 | 14 | 130 | 56 | 116 |
| Binary | 11001001 | 11100001 | 10101101 | 1011 | 0 | 10111 | 1100 | 1011000 | 101110 | 1001110 |
Color Harmonies of #C9E1AD
Complementary color
Monochromatic Colors of #C9E1AD
Black with #C9E1AD
Text Example
Text Example
White with #C9E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E1AD; }
p { color: rgb(201,225,173); }
H1.HeaderClassName
{
color: #C9E1AD;
}
.AnyTagClassName
{
color: #C9E1AD;
}
</style>
background-color css
<style>
a { background-color: #C9E1AD; }
a { background-color: rgb(201,225,173); }
div.DivClassName
{
background-color: #C9E1AD;
}
.BgClassName
{
background-color: #C9E1AD;
}
</style>
border-color css
<style>
span { border-color: #C9E1AD; }
span { border-color: rgb(201,225,173); }
td.TdClassName
{
border-color: #C9E1AD;
}
.TagClassName
{
border-color: #C9E1AD;
}
</style>