Shades of Orinoco #CEDAA9
Tints of Orinoco #CEDAA9
RGB
CMYK
RGB Variations
Color information
#CEDAA9 (or 0xCEDAA9) is known color: Orinoco. HEX triplet: CE, DA and A9. RGB value is (206,218,169). Sum of RGB (Red+Green+Blue) = 206+218+169=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 169 (66.41% from 255 or 28.50% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDAA9 is #312556. Grayscale: #D1D1D1. Windows color (decimal): -3220823 or 11131598. OLE color: 11131598.
HSL color Cylindrical-coordinate representation of color #CEDAA9: hue angle of 74.69º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEDAA9 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 169 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.15 |
| HSL | 74.69º | 0.4% | 0.76% | - |
| HSV(B) | 74.69º | 0.22% | 0.85% | - |
| XYZ | 57.69 | 66.13 | 47.26 | - |
| YUV | 208.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 169 | 0.06 | 0 | 0.22 | 0.15 | 74.69 | 0.4 | 0.76 |
| Hex | CE | DA | A9 | 6 | 0 | 16 | F | 4B | 28 | 4C |
| Octal | 316 | 332 | 251 | 6 | 0 | 26 | 17 | 113 | 50 | 114 |
| Binary | 11001110 | 11011010 | 10101001 | 110 | 0 | 10110 | 1111 | 1001011 | 101000 | 1001100 |
Color Harmonies of #CEDAA9
Complementary color
Monochromatic Colors of #CEDAA9
Black with #CEDAA9
Text Example
Text Example
White with #CEDAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAA9; }
p { color: rgb(206,218,169); }
H1.HeaderClassName
{
color: #CEDAA9;
}
.AnyTagClassName
{
color: #CEDAA9;
}
</style>
background-color css
<style>
a { background-color: #CEDAA9; }
a { background-color: rgb(206,218,169); }
div.DivClassName
{
background-color: #CEDAA9;
}
.BgClassName
{
background-color: #CEDAA9;
}
</style>
border-color css
<style>
span { border-color: #CEDAA9; }
span { border-color: rgb(206,218,169); }
td.TdClassName
{
border-color: #CEDAA9;
}
.TagClassName
{
border-color: #CEDAA9;
}
</style>