Shades of Orinoco #CEDAA7
Tints of Orinoco #CEDAA7
RGB
CMYK
RGB Variations
Color information
#CEDAA7 (or 0xCEDAA7) is known color: Orinoco. HEX triplet: CE, DA and A7. RGB value is (206,218,167). Sum of RGB (Red+Green+Blue) = 206+218+167=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 167 (65.62% from 255 or 28.26% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDAA7 is #312558. Grayscale: #D0D0D0. Windows color (decimal): -3220825 or 11000526. OLE color: 11000526.
HSL color Cylindrical-coordinate representation of color #CEDAA7: hue angle of 74.12º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEDAA7 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 167 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.15 |
| HSL | 74.12º | 0.41% | 0.75% | - |
| HSV(B) | 74.12º | 0.23% | 0.85% | - |
| XYZ | 57.5 | 66.05 | 46.28 | - |
| YUV | 208.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 167 | 0.06 | 0 | 0.23 | 0.15 | 74.12 | 0.41 | 0.75 |
| Hex | CE | DA | A7 | 6 | 0 | 17 | F | 4A | 29 | 4B |
| Octal | 316 | 332 | 247 | 6 | 0 | 27 | 17 | 112 | 51 | 113 |
| Binary | 11001110 | 11011010 | 10100111 | 110 | 0 | 10111 | 1111 | 1001010 | 101001 | 1001011 |
Color Harmonies of #CEDAA7
Complementary color
Monochromatic Colors of #CEDAA7
Black with #CEDAA7
Text Example
Text Example
White with #CEDAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAA7; }
p { color: rgb(206,218,167); }
H1.HeaderClassName
{
color: #CEDAA7;
}
.AnyTagClassName
{
color: #CEDAA7;
}
</style>
background-color css
<style>
a { background-color: #CEDAA7; }
a { background-color: rgb(206,218,167); }
div.DivClassName
{
background-color: #CEDAA7;
}
.BgClassName
{
background-color: #CEDAA7;
}
</style>
border-color css
<style>
span { border-color: #CEDAA7; }
span { border-color: rgb(206,218,167); }
td.TdClassName
{
border-color: #CEDAA7;
}
.TagClassName
{
border-color: #CEDAA7;
}
</style>