Shades of Orinoco #CED8A8
Tints of Orinoco #CED8A8
RGB
CMYK
RGB Variations
Color information
#CED8A8 (or 0xCED8A8) is known color: Orinoco. HEX triplet: CE, D8 and A8. RGB value is (206,216,168). Sum of RGB (Red+Green+Blue) = 206+216+168=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 168 (66.02% from 255 or 28.47% from 590); Max value from RGB is 216 - color contains mainly: green. Hex color #CED8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED8A8 is #312757. Grayscale: #CFCFCF. Windows color (decimal): -3221336 or 11065550. OLE color: 11065550.
HSL color Cylindrical-coordinate representation of color #CED8A8: hue angle of 72.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CED8A8 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 216 | 168 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.15 |
| HSL | 72.5º | 0.38% | 0.75% | - |
| HSV(B) | 72.5º | 0.22% | 0.85% | - |
| XYZ | 57.08 | 65.06 | 46.6 | - |
| YUV | 207.54 | 105.69 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 216 | 168 | 0.05 | 0 | 0.22 | 0.15 | 72.5 | 0.38 | 0.75 |
| Hex | CE | D8 | A8 | 5 | 0 | 16 | F | 48 | 26 | 4B |
| Octal | 316 | 330 | 250 | 5 | 0 | 26 | 17 | 110 | 46 | 113 |
| Binary | 11001110 | 11011000 | 10101000 | 101 | 0 | 10110 | 1111 | 1001000 | 100110 | 1001011 |
Color Harmonies of #CED8A8
Complementary color
Monochromatic Colors of #CED8A8
Black with #CED8A8
Text Example
Text Example
White with #CED8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED8A8; }
p { color: rgb(206,216,168); }
H1.HeaderClassName
{
color: #CED8A8;
}
.AnyTagClassName
{
color: #CED8A8;
}
</style>
background-color css
<style>
a { background-color: #CED8A8; }
a { background-color: rgb(206,216,168); }
div.DivClassName
{
background-color: #CED8A8;
}
.BgClassName
{
background-color: #CED8A8;
}
</style>
border-color css
<style>
span { border-color: #CED8A8; }
span { border-color: rgb(206,216,168); }
td.TdClassName
{
border-color: #CED8A8;
}
.TagClassName
{
border-color: #CED8A8;
}
</style>