Shades of Orinoco #CED6A8
Tints of Orinoco #CED6A8
RGB
CMYK
RGB Variations
Color information
#CED6A8 (or 0xCED6A8) is known color: Orinoco. HEX triplet: CE, D6 and A8. RGB value is (206,214,168). Sum of RGB (Red+Green+Blue) = 206+214+168=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED6A8 is #312957. Grayscale: #CECECE. Windows color (decimal): -3221848 or 11065038. OLE color: 11065038.
HSL color Cylindrical-coordinate representation of color #CED6A8: hue angle of 70.43º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CED6A8 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 168 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.16 |
| HSL | 70.43º | 0.36% | 0.75% | - |
| HSV(B) | 70.43º | 0.21% | 0.84% | - |
| XYZ | 56.57 | 64.04 | 46.43 | - |
| YUV | 206.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 168 | 0.04 | 0 | 0.21 | 0.16 | 70.43 | 0.36 | 0.75 |
| Hex | CE | D6 | A8 | 4 | 0 | 15 | 10 | 46 | 24 | 4B |
| Octal | 316 | 326 | 250 | 4 | 0 | 25 | 20 | 106 | 44 | 113 |
| Binary | 11001110 | 11010110 | 10101000 | 100 | 0 | 10101 | 10000 | 1000110 | 100100 | 1001011 |
Color Harmonies of #CED6A8
Complementary color
Monochromatic Colors of #CED6A8
Black with #CED6A8
Text Example
Text Example
White with #CED6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6A8; }
p { color: rgb(206,214,168); }
H1.HeaderClassName
{
color: #CED6A8;
}
.AnyTagClassName
{
color: #CED6A8;
}
</style>
background-color css
<style>
a { background-color: #CED6A8; }
a { background-color: rgb(206,214,168); }
div.DivClassName
{
background-color: #CED6A8;
}
.BgClassName
{
background-color: #CED6A8;
}
</style>
border-color css
<style>
span { border-color: #CED6A8; }
span { border-color: rgb(206,214,168); }
td.TdClassName
{
border-color: #CED6A8;
}
.TagClassName
{
border-color: #CED6A8;
}
</style>