Shades of Orinoco #CED3A3
Tints of Orinoco #CED3A3
RGB
CMYK
RGB Variations
Color information
#CED3A3 (or 0xCED3A3) is known color: Orinoco. HEX triplet: CE, D3 and A3. RGB value is (206,211,163). Sum of RGB (Red+Green+Blue) = 206+211+163=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 163 (64.06% from 255 or 28.10% from 580); Max value from RGB is 211 - color contains mainly: green. Hex color #CED3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED3A3 is #312C5C. Grayscale: #CCCCCC. Windows color (decimal): -3222621 or 10736590. OLE color: 10736590.
HSL color Cylindrical-coordinate representation of color #CED3A3: hue angle of 66.25º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CED3A3 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 211 | 163 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.17 |
| HSL | 66.25º | 0.35% | 0.73% | - |
| HSV(B) | 66.25º | 0.23% | 0.83% | - |
| XYZ | 55.36 | 62.35 | 43.77 | - |
| YUV | 204.03 | 104.84 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 211 | 163 | 0.02 | 0 | 0.23 | 0.17 | 66.25 | 0.35 | 0.73 |
| Hex | CE | D3 | A3 | 2 | 0 | 17 | 11 | 42 | 23 | 49 |
| Octal | 316 | 323 | 243 | 2 | 0 | 27 | 21 | 102 | 43 | 111 |
| Binary | 11001110 | 11010011 | 10100011 | 10 | 0 | 10111 | 10001 | 1000010 | 100011 | 1001001 |
Color Harmonies of #CED3A3
Complementary color
Monochromatic Colors of #CED3A3
Black with #CED3A3
Text Example
Text Example
White with #CED3A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED3A3; }
p { color: rgb(206,211,163); }
H1.HeaderClassName
{
color: #CED3A3;
}
.AnyTagClassName
{
color: #CED3A3;
}
</style>
background-color css
<style>
a { background-color: #CED3A3; }
a { background-color: rgb(206,211,163); }
div.DivClassName
{
background-color: #CED3A3;
}
.BgClassName
{
background-color: #CED3A3;
}
</style>
border-color css
<style>
span { border-color: #CED3A3; }
span { border-color: rgb(206,211,163); }
td.TdClassName
{
border-color: #CED3A3;
}
.TagClassName
{
border-color: #CED3A3;
}
</style>