Shades of Orinoco #CED3AE
Tints of Orinoco #CED3AE
RGB
CMYK
RGB Variations
Color information
#CED3AE (or 0xCED3AE) is known color: Orinoco. HEX triplet: CE, D3 and AE. RGB value is (206,211,174). Sum of RGB (Red+Green+Blue) = 206+211+174=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 174 (68.36% from 255 or 29.44% from 591); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED3AE is #312C51. Grayscale: #CDCDCD. Windows color (decimal): -3222610 or 11457486. OLE color: 11457486.
HSL color Cylindrical-coordinate representation of color #CED3AE: hue angle of 68.11º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED3AE is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 174 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.17 |
| HSL | 68.11º | 0.3% | 0.75% | - |
| HSV(B) | 68.11º | 0.18% | 0.83% | - |
| XYZ | 56.39 | 62.77 | 49.19 | - |
| YUV | 205.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 174 | 0.02 | 0 | 0.18 | 0.17 | 68.11 | 0.3 | 0.75 |
| Hex | CE | D3 | AE | 2 | 0 | 12 | 11 | 44 | 1E | 4B |
| Octal | 316 | 323 | 256 | 2 | 0 | 22 | 21 | 104 | 36 | 113 |
| Binary | 11001110 | 11010011 | 10101110 | 10 | 0 | 10010 | 10001 | 1000100 | 11110 | 1001011 |
Color Harmonies of #CED3AE
Complementary color
Monochromatic Colors of #CED3AE
Black with #CED3AE
Text Example
Text Example
White with #CED3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3AE; }
p { color: rgb(206,211,174); }
H1.HeaderClassName
{
color: #CED3AE;
}
.AnyTagClassName
{
color: #CED3AE;
}
</style>
background-color css
<style>
a { background-color: #CED3AE; }
a { background-color: rgb(206,211,174); }
div.DivClassName
{
background-color: #CED3AE;
}
.BgClassName
{
background-color: #CED3AE;
}
</style>
border-color css
<style>
span { border-color: #CED3AE; }
span { border-color: rgb(206,211,174); }
td.TdClassName
{
border-color: #CED3AE;
}
.TagClassName
{
border-color: #CED3AE;
}
</style>