Shades of Orinoco #CED8A6
Tints of Orinoco #CED8A6
RGB
CMYK
RGB Variations
Color information
#CED8A6 (or 0xCED8A6) is known color: Orinoco. HEX triplet: CE, D8 and A6. RGB value is (206,216,166). Sum of RGB (Red+Green+Blue) = 206+216+166=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 166 (65.23% from 255 or 28.23% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED8A6 is #312759. Grayscale: #CFCFCF. Windows color (decimal): -3221338 or 10934478. OLE color: 10934478.
HSL color Cylindrical-coordinate representation of color #CED8A6: hue angle of 72º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CED8A6 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 166 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.15 |
| HSL | 72º | 0.39% | 0.75% | - |
| HSV(B) | 72º | 0.23% | 0.85% | - |
| XYZ | 56.89 | 64.99 | 45.62 | - |
| YUV | 207.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 166 | 0.05 | 0 | 0.23 | 0.15 | 72 | 0.39 | 0.75 |
| Hex | CE | D8 | A6 | 5 | 0 | 17 | F | 48 | 27 | 4B |
| Octal | 316 | 330 | 246 | 5 | 0 | 27 | 17 | 110 | 47 | 113 |
| Binary | 11001110 | 11011000 | 10100110 | 101 | 0 | 10111 | 1111 | 1001000 | 100111 | 1001011 |
Color Harmonies of #CED8A6
Complementary color
Monochromatic Colors of #CED8A6
Black with #CED8A6
Text Example
Text Example
White with #CED8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8A6; }
p { color: rgb(206,216,166); }
H1.HeaderClassName
{
color: #CED8A6;
}
.AnyTagClassName
{
color: #CED8A6;
}
</style>
background-color css
<style>
a { background-color: #CED8A6; }
a { background-color: rgb(206,216,166); }
div.DivClassName
{
background-color: #CED8A6;
}
.BgClassName
{
background-color: #CED8A6;
}
</style>
border-color css
<style>
span { border-color: #CED8A6; }
span { border-color: rgb(206,216,166); }
td.TdClassName
{
border-color: #CED8A6;
}
.TagClassName
{
border-color: #CED8A6;
}
</style>