Shades of Orinoco #CEDAA1
Tints of Orinoco #CEDAA1
RGB
CMYK
RGB Variations
Color information
#CEDAA1 (or 0xCEDAA1) is known color: Orinoco. HEX triplet: CE, DA and A1. RGB value is (206,218,161). Sum of RGB (Red+Green+Blue) = 206+218+161=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDAA1 is #31255E. Grayscale: #D0D0D0. Windows color (decimal): -3220831 or 10607310. OLE color: 10607310.
HSL color Cylindrical-coordinate representation of color #CEDAA1: hue angle of 72.63º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEDAA1 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 161 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.15 |
| HSL | 72.63º | 0.44% | 0.74% | - |
| HSV(B) | 72.63º | 0.26% | 0.85% | - |
| XYZ | 56.96 | 65.84 | 43.42 | - |
| YUV | 207.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 161 | 0.06 | 0 | 0.26 | 0.15 | 72.63 | 0.44 | 0.74 |
| Hex | CE | DA | A1 | 6 | 0 | 1A | F | 49 | 2C | 4A |
| Octal | 316 | 332 | 241 | 6 | 0 | 32 | 17 | 111 | 54 | 112 |
| Binary | 11001110 | 11011010 | 10100001 | 110 | 0 | 11010 | 1111 | 1001001 | 101100 | 1001010 |
Color Harmonies of #CEDAA1
Complementary color
Monochromatic Colors of #CEDAA1
Black with #CEDAA1
Text Example
Text Example
White with #CEDAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAA1; }
p { color: rgb(206,218,161); }
H1.HeaderClassName
{
color: #CEDAA1;
}
.AnyTagClassName
{
color: #CEDAA1;
}
</style>
background-color css
<style>
a { background-color: #CEDAA1; }
a { background-color: rgb(206,218,161); }
div.DivClassName
{
background-color: #CEDAA1;
}
.BgClassName
{
background-color: #CEDAA1;
}
</style>
border-color css
<style>
span { border-color: #CEDAA1; }
span { border-color: rgb(206,218,161); }
td.TdClassName
{
border-color: #CEDAA1;
}
.TagClassName
{
border-color: #CEDAA1;
}
</style>