Shades of Orinoco #CED6AD
Tints of Orinoco #CED6AD
RGB
CMYK
RGB Variations
Color information
#CED6AD (or 0xCED6AD) is known color: Orinoco. HEX triplet: CE, D6 and AD. RGB value is (206,214,173). Sum of RGB (Red+Green+Blue) = 206+214+173=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED6AD is #312952. Grayscale: #CFCFCF. Windows color (decimal): -3221843 or 11392718. OLE color: 11392718.
HSL color Cylindrical-coordinate representation of color #CED6AD: hue angle of 71.71º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CED6AD is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 214 | 173 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.16 |
| HSL | 71.71º | 0.33% | 0.76% | - |
| HSV(B) | 71.71º | 0.19% | 0.84% | - |
| XYZ | 57.04 | 64.23 | 48.93 | - |
| YUV | 206.93 | 108.85 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 214 | 173 | 0.04 | 0 | 0.19 | 0.16 | 71.71 | 0.33 | 0.76 |
| Hex | CE | D6 | AD | 4 | 0 | 13 | 10 | 48 | 21 | 4C |
| Octal | 316 | 326 | 255 | 4 | 0 | 23 | 20 | 110 | 41 | 114 |
| Binary | 11001110 | 11010110 | 10101101 | 100 | 0 | 10011 | 10000 | 1001000 | 100001 | 1001100 |
Color Harmonies of #CED6AD
Complementary color
Monochromatic Colors of #CED6AD
Black with #CED6AD
Text Example
Text Example
White with #CED6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED6AD; }
p { color: rgb(206,214,173); }
H1.HeaderClassName
{
color: #CED6AD;
}
.AnyTagClassName
{
color: #CED6AD;
}
</style>
background-color css
<style>
a { background-color: #CED6AD; }
a { background-color: rgb(206,214,173); }
div.DivClassName
{
background-color: #CED6AD;
}
.BgClassName
{
background-color: #CED6AD;
}
</style>
border-color css
<style>
span { border-color: #CED6AD; }
span { border-color: rgb(206,214,173); }
td.TdClassName
{
border-color: #CED6AD;
}
.TagClassName
{
border-color: #CED6AD;
}
</style>