Shades of Orinoco #CED3A5
Tints of Orinoco #CED3A5
RGB
CMYK
RGB Variations
Color information
#CED3A5 (or 0xCED3A5) is known color: Orinoco. HEX triplet: CE, D3 and A5. RGB value is (206,211,165). Sum of RGB (Red+Green+Blue) = 206+211+165=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED3A5 is #312C5A. Grayscale: #CCCCCC. Windows color (decimal): -3222619 or 10867662. OLE color: 10867662.
HSL color Cylindrical-coordinate representation of color #CED3A5: hue angle of 66.52º degrees, saturation: 0.34, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CED3A5 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 165 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.17 |
| HSL | 66.52º | 0.34% | 0.74% | - |
| HSV(B) | 66.52º | 0.22% | 0.83% | - |
| XYZ | 55.54 | 62.43 | 44.72 | - |
| YUV | 204.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 165 | 0.02 | 0 | 0.22 | 0.17 | 66.52 | 0.34 | 0.74 |
| Hex | CE | D3 | A5 | 2 | 0 | 16 | 11 | 43 | 22 | 4A |
| Octal | 316 | 323 | 245 | 2 | 0 | 26 | 21 | 103 | 42 | 112 |
| Binary | 11001110 | 11010011 | 10100101 | 10 | 0 | 10110 | 10001 | 1000011 | 100010 | 1001010 |
Color Harmonies of #CED3A5
Complementary color
Monochromatic Colors of #CED3A5
Black with #CED3A5
Text Example
Text Example
White with #CED3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3A5; }
p { color: rgb(206,211,165); }
H1.HeaderClassName
{
color: #CED3A5;
}
.AnyTagClassName
{
color: #CED3A5;
}
</style>
background-color css
<style>
a { background-color: #CED3A5; }
a { background-color: rgb(206,211,165); }
div.DivClassName
{
background-color: #CED3A5;
}
.BgClassName
{
background-color: #CED3A5;
}
</style>
border-color css
<style>
span { border-color: #CED3A5; }
span { border-color: rgb(206,211,165); }
td.TdClassName
{
border-color: #CED3A5;
}
.TagClassName
{
border-color: #CED3A5;
}
</style>