Shades of Reef #C9DFA6
Tints of Reef #C9DFA6
RGB
CMYK
RGB Variations
Color information
#C9DFA6 (or 0xC9DFA6) is known color: Reef. HEX triplet: C9, DF and A6. RGB value is (201,223,166). Sum of RGB (Red+Green+Blue) = 201+223+166=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 223 - color contains mainly: green. Hex color #C9DFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DFA6 is #362059. Grayscale: #D2D2D2. Windows color (decimal): -3547226 or 10936265. OLE color: 10936265.
HSL color Cylindrical-coordinate representation of color #C9DFA6: hue angle of 83.16º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C9DFA6 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 223 | 166 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.13 |
| HSL | 83.16º | 0.47% | 0.76% | - |
| HSV(B) | 83.16º | 0.26% | 0.87% | - |
| XYZ | 57.36 | 67.95 | 46.17 | - |
| YUV | 209.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 223 | 166 | 0.10 | 0 | 0.26 | 0.13 | 83.16 | 0.47 | 0.76 |
| Hex | C9 | DF | A6 | A | 0 | 1A | D | 53 | 2F | 4C |
| Octal | 311 | 337 | 246 | 12 | 0 | 32 | 15 | 123 | 57 | 114 |
| Binary | 11001001 | 11011111 | 10100110 | 1010 | 0 | 11010 | 1101 | 1010011 | 101111 | 1001100 |
Color Harmonies of #C9DFA6
Complementary color
Monochromatic Colors of #C9DFA6
Black with #C9DFA6
Text Example
Text Example
White with #C9DFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DFA6; }
p { color: rgb(201,223,166); }
H1.HeaderClassName
{
color: #C9DFA6;
}
.AnyTagClassName
{
color: #C9DFA6;
}
</style>
background-color css
<style>
a { background-color: #C9DFA6; }
a { background-color: rgb(201,223,166); }
div.DivClassName
{
background-color: #C9DFA6;
}
.BgClassName
{
background-color: #C9DFA6;
}
</style>
border-color css
<style>
span { border-color: #C9DFA6; }
span { border-color: rgb(201,223,166); }
td.TdClassName
{
border-color: #C9DFA6;
}
.TagClassName
{
border-color: #C9DFA6;
}
</style>