Shades of Reef #C9DEAA
Tints of Reef #C9DEAA
RGB
CMYK
RGB Variations
Color information
#C9DEAA (or 0xC9DEAA) is known color: Reef. HEX triplet: C9, DE and AA. RGB value is (201,222,170). Sum of RGB (Red+Green+Blue) = 201+222+170=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DEAA is #362155. Grayscale: #D1D1D1. Windows color (decimal): -3547478 or 11198153. OLE color: 11198153.
HSL color Cylindrical-coordinate representation of color #C9DEAA: hue angle of 84.23º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9DEAA is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 222 | 170 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.13 |
| HSL | 84.23º | 0.44% | 0.77% | - |
| HSV(B) | 84.23º | 0.23% | 0.87% | - |
| XYZ | 57.46 | 67.56 | 48.04 | - |
| YUV | 209.79 | 105.54 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 170 | 0.09 | 0 | 0.23 | 0.13 | 84.23 | 0.44 | 0.77 |
| Hex | C9 | DE | AA | 9 | 0 | 17 | D | 54 | 2C | 4D |
| Octal | 311 | 336 | 252 | 11 | 0 | 27 | 15 | 124 | 54 | 115 |
| Binary | 11001001 | 11011110 | 10101010 | 1001 | 0 | 10111 | 1101 | 1010100 | 101100 | 1001101 |
Color Harmonies of #C9DEAA
Complementary color
Monochromatic Colors of #C9DEAA
Black with #C9DEAA
Text Example
Text Example
White with #C9DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEAA; }
p { color: rgb(201,222,170); }
H1.HeaderClassName
{
color: #C9DEAA;
}
.AnyTagClassName
{
color: #C9DEAA;
}
</style>
background-color css
<style>
a { background-color: #C9DEAA; }
a { background-color: rgb(201,222,170); }
div.DivClassName
{
background-color: #C9DEAA;
}
.BgClassName
{
background-color: #C9DEAA;
}
</style>
border-color css
<style>
span { border-color: #C9DEAA; }
span { border-color: rgb(201,222,170); }
td.TdClassName
{
border-color: #C9DEAA;
}
.TagClassName
{
border-color: #C9DEAA;
}
</style>