Shades of Orinoco #CEDAA2
Tints of Orinoco #CEDAA2
RGB
CMYK
RGB Variations
Color information
#CEDAA2 (or 0xCEDAA2) is known color: Orinoco. HEX triplet: CE, DA and A2. RGB value is (206,218,162). Sum of RGB (Red+Green+Blue) = 206+218+162=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDAA2 is #31255D. Grayscale: #D0D0D0. Windows color (decimal): -3220830 or 10672846. OLE color: 10672846.
HSL color Cylindrical-coordinate representation of color #CEDAA2: hue angle of 72.86º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEDAA2 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 218 | 162 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.15 |
| HSL | 72.86º | 0.43% | 0.75% | - |
| HSV(B) | 72.86º | 0.26% | 0.85% | - |
| XYZ | 57.05 | 65.87 | 43.89 | - |
| YUV | 208.03 | 102.02 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 218 | 162 | 0.06 | 0 | 0.26 | 0.15 | 72.86 | 0.43 | 0.75 |
| Hex | CE | DA | A2 | 6 | 0 | 1A | F | 49 | 2B | 4B |
| Octal | 316 | 332 | 242 | 6 | 0 | 32 | 17 | 111 | 53 | 113 |
| Binary | 11001110 | 11011010 | 10100010 | 110 | 0 | 11010 | 1111 | 1001001 | 101011 | 1001011 |
Color Harmonies of #CEDAA2
Complementary color
Monochromatic Colors of #CEDAA2
Black with #CEDAA2
Text Example
Text Example
White with #CEDAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAA2; }
p { color: rgb(206,218,162); }
H1.HeaderClassName
{
color: #CEDAA2;
}
.AnyTagClassName
{
color: #CEDAA2;
}
</style>
background-color css
<style>
a { background-color: #CEDAA2; }
a { background-color: rgb(206,218,162); }
div.DivClassName
{
background-color: #CEDAA2;
}
.BgClassName
{
background-color: #CEDAA2;
}
</style>
border-color css
<style>
span { border-color: #CEDAA2; }
span { border-color: rgb(206,218,162); }
td.TdClassName
{
border-color: #CEDAA2;
}
.TagClassName
{
border-color: #CEDAA2;
}
</style>