Shades of Reef #C9DDA6
Tints of Reef #C9DDA6
RGB
CMYK
RGB Variations
Color information
#C9DDA6 (or 0xC9DDA6) is known color: Reef. HEX triplet: C9, DD and A6. RGB value is (201,221,166). Sum of RGB (Red+Green+Blue) = 201+221+166=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9DDA6 is #362259. Grayscale: #D0D0D0. Windows color (decimal): -3547738 or 10935753. OLE color: 10935753.
HSL color Cylindrical-coordinate representation of color #C9DDA6: hue angle of 81.82º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9DDA6 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 166 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.13 |
| HSL | 81.82º | 0.45% | 0.76% | - |
| HSV(B) | 81.82º | 0.25% | 0.87% | - |
| XYZ | 56.83 | 66.88 | 45.99 | - |
| YUV | 208.75 | 103.87 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 166 | 0.09 | 0 | 0.25 | 0.13 | 81.82 | 0.45 | 0.76 |
| Hex | C9 | DD | A6 | 9 | 0 | 19 | D | 52 | 2D | 4C |
| Octal | 311 | 335 | 246 | 11 | 0 | 31 | 15 | 122 | 55 | 114 |
| Binary | 11001001 | 11011101 | 10100110 | 1001 | 0 | 11001 | 1101 | 1010010 | 101101 | 1001100 |
Color Harmonies of #C9DDA6
Complementary color
Monochromatic Colors of #C9DDA6
Black with #C9DDA6
Text Example
Text Example
White with #C9DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDA6; }
p { color: rgb(201,221,166); }
H1.HeaderClassName
{
color: #C9DDA6;
}
.AnyTagClassName
{
color: #C9DDA6;
}
</style>
background-color css
<style>
a { background-color: #C9DDA6; }
a { background-color: rgb(201,221,166); }
div.DivClassName
{
background-color: #C9DDA6;
}
.BgClassName
{
background-color: #C9DDA6;
}
</style>
border-color css
<style>
span { border-color: #C9DDA6; }
span { border-color: rgb(201,221,166); }
td.TdClassName
{
border-color: #C9DDA6;
}
.TagClassName
{
border-color: #C9DDA6;
}
</style>