Shades of Orinoco #CEDBAC
Tints of Orinoco #CEDBAC
RGB
CMYK
RGB Variations
Color information
#CEDBAC (or 0xCEDBAC) is known color: Orinoco. HEX triplet: CE, DB and AC. RGB value is (206,219,172). Sum of RGB (Red+Green+Blue) = 206+219+172=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBAC is #312453. Grayscale: #D1D1D1. Windows color (decimal): -3220564 or 11328462. OLE color: 11328462.
HSL color Cylindrical-coordinate representation of color #CEDBAC: hue angle of 76.6º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEDBAC is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 172 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.14 |
| HSL | 76.6º | 0.39% | 0.77% | - |
| HSV(B) | 76.6º | 0.21% | 0.86% | - |
| XYZ | 58.23 | 66.76 | 48.85 | - |
| YUV | 209.76 | 106.69 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 172 | 0.06 | 0 | 0.21 | 0.14 | 76.6 | 0.39 | 0.77 |
| Hex | CE | DB | AC | 6 | 0 | 15 | E | 4D | 27 | 4D |
| Octal | 316 | 333 | 254 | 6 | 0 | 25 | 16 | 115 | 47 | 115 |
| Binary | 11001110 | 11011011 | 10101100 | 110 | 0 | 10101 | 1110 | 1001101 | 100111 | 1001101 |
Color Harmonies of #CEDBAC
Complementary color
Monochromatic Colors of #CEDBAC
Black with #CEDBAC
Text Example
Text Example
White with #CEDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBAC; }
p { color: rgb(206,219,172); }
H1.HeaderClassName
{
color: #CEDBAC;
}
.AnyTagClassName
{
color: #CEDBAC;
}
</style>
background-color css
<style>
a { background-color: #CEDBAC; }
a { background-color: rgb(206,219,172); }
div.DivClassName
{
background-color: #CEDBAC;
}
.BgClassName
{
background-color: #CEDBAC;
}
</style>
border-color css
<style>
span { border-color: #CEDBAC; }
span { border-color: rgb(206,219,172); }
td.TdClassName
{
border-color: #CEDBAC;
}
.TagClassName
{
border-color: #CEDBAC;
}
</style>