Shades of Orinoco #CEDBA7
Tints of Orinoco #CEDBA7
RGB
CMYK
RGB Variations
Color information
#CEDBA7 (or 0xCEDBA7) is known color: Orinoco. HEX triplet: CE, DB and A7. RGB value is (206,219,167). Sum of RGB (Red+Green+Blue) = 206+219+167=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 167 (65.62% from 255 or 28.21% from 592); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBA7 is #312458. Grayscale: #D1D1D1. Windows color (decimal): -3220569 or 11000782. OLE color: 11000782.
HSL color Cylindrical-coordinate representation of color #CEDBA7: hue angle of 75º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEDBA7 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 167 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.14 |
| HSL | 75º | 0.42% | 0.76% | - |
| HSV(B) | 75º | 0.24% | 0.86% | - |
| XYZ | 57.76 | 66.57 | 46.37 | - |
| YUV | 209.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 167 | 0.06 | 0 | 0.24 | 0.14 | 75 | 0.42 | 0.76 |
| Hex | CE | DB | A7 | 6 | 0 | 18 | E | 4B | 2A | 4C |
| Octal | 316 | 333 | 247 | 6 | 0 | 30 | 16 | 113 | 52 | 114 |
| Binary | 11001110 | 11011011 | 10100111 | 110 | 0 | 11000 | 1110 | 1001011 | 101010 | 1001100 |
Color Harmonies of #CEDBA7
Complementary color
Monochromatic Colors of #CEDBA7
Black with #CEDBA7
Text Example
Text Example
White with #CEDBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBA7; }
p { color: rgb(206,219,167); }
H1.HeaderClassName
{
color: #CEDBA7;
}
.AnyTagClassName
{
color: #CEDBA7;
}
</style>
background-color css
<style>
a { background-color: #CEDBA7; }
a { background-color: rgb(206,219,167); }
div.DivClassName
{
background-color: #CEDBA7;
}
.BgClassName
{
background-color: #CEDBA7;
}
</style>
border-color css
<style>
span { border-color: #CEDBA7; }
span { border-color: rgb(206,219,167); }
td.TdClassName
{
border-color: #CEDBA7;
}
.TagClassName
{
border-color: #CEDBA7;
}
</style>