Shades of Orinoco #CEDAA6
Tints of Orinoco #CEDAA6
RGB
CMYK
RGB Variations
Color information
#CEDAA6 (or 0xCEDAA6) is known color: Orinoco. HEX triplet: CE, DA and A6. RGB value is (206,218,166). Sum of RGB (Red+Green+Blue) = 206+218+166=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 166 (65.23% from 255 or 28.14% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDAA6 is #312559. Grayscale: #D0D0D0. Windows color (decimal): -3220826 or 10934990. OLE color: 10934990.
HSL color Cylindrical-coordinate representation of color #CEDAA6: hue angle of 73.85º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEDAA6 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 166 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.15 |
| HSL | 73.85º | 0.41% | 0.75% | - |
| HSV(B) | 73.85º | 0.24% | 0.85% | - |
| XYZ | 57.41 | 66.02 | 45.79 | - |
| YUV | 208.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 166 | 0.06 | 0 | 0.24 | 0.15 | 73.85 | 0.41 | 0.75 |
| Hex | CE | DA | A6 | 6 | 0 | 18 | F | 4A | 29 | 4B |
| Octal | 316 | 332 | 246 | 6 | 0 | 30 | 17 | 112 | 51 | 113 |
| Binary | 11001110 | 11011010 | 10100110 | 110 | 0 | 11000 | 1111 | 1001010 | 101001 | 1001011 |
Color Harmonies of #CEDAA6
Complementary color
Monochromatic Colors of #CEDAA6
Black with #CEDAA6
Text Example
Text Example
White with #CEDAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAA6; }
p { color: rgb(206,218,166); }
H1.HeaderClassName
{
color: #CEDAA6;
}
.AnyTagClassName
{
color: #CEDAA6;
}
</style>
background-color css
<style>
a { background-color: #CEDAA6; }
a { background-color: rgb(206,218,166); }
div.DivClassName
{
background-color: #CEDAA6;
}
.BgClassName
{
background-color: #CEDAA6;
}
</style>
border-color css
<style>
span { border-color: #CEDAA6; }
span { border-color: rgb(206,218,166); }
td.TdClassName
{
border-color: #CEDAA6;
}
.TagClassName
{
border-color: #CEDAA6;
}
</style>