Shades of Orinoco #CEDAA0
Tints of Orinoco #CEDAA0
RGB
CMYK
RGB Variations
Color information
#CEDAA0 (or 0xCEDAA0) is known color: Orinoco. HEX triplet: CE, DA and A0. RGB value is (206,218,160). Sum of RGB (Red+Green+Blue) = 206+218+160=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 160 (62.89% from 255 or 27.40% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDAA0 is #31255F. Grayscale: #D0D0D0. Windows color (decimal): -3220832 or 10541774. OLE color: 10541774.
HSL color Cylindrical-coordinate representation of color #CEDAA0: hue angle of 72.41º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEDAA0 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 160 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.15 |
| HSL | 72.41º | 0.44% | 0.74% | - |
| HSV(B) | 72.41º | 0.27% | 0.85% | - |
| XYZ | 56.87 | 65.8 | 42.96 | - |
| YUV | 207.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 160 | 0.06 | 0 | 0.27 | 0.15 | 72.41 | 0.44 | 0.74 |
| Hex | CE | DA | A0 | 6 | 0 | 1B | F | 48 | 2C | 4A |
| Octal | 316 | 332 | 240 | 6 | 0 | 33 | 17 | 110 | 54 | 112 |
| Binary | 11001110 | 11011010 | 10100000 | 110 | 0 | 11011 | 1111 | 1001000 | 101100 | 1001010 |
Color Harmonies of #CEDAA0
Complementary color
Monochromatic Colors of #CEDAA0
Black with #CEDAA0
Text Example
Text Example
White with #CEDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAA0; }
p { color: rgb(206,218,160); }
H1.HeaderClassName
{
color: #CEDAA0;
}
.AnyTagClassName
{
color: #CEDAA0;
}
</style>
background-color css
<style>
a { background-color: #CEDAA0; }
a { background-color: rgb(206,218,160); }
div.DivClassName
{
background-color: #CEDAA0;
}
.BgClassName
{
background-color: #CEDAA0;
}
</style>
border-color css
<style>
span { border-color: #CEDAA0; }
span { border-color: rgb(206,218,160); }
td.TdClassName
{
border-color: #CEDAA0;
}
.TagClassName
{
border-color: #CEDAA0;
}
</style>