Shades of Orinoco #CED29E
Tints of Orinoco #CED29E
RGB
CMYK
RGB Variations
Color information
#CED29E (or 0xCED29E) is known color: Orinoco. HEX triplet: CE, D2 and 9E. RGB value is (206,210,158). Sum of RGB (Red+Green+Blue) = 206+210+158=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #CED29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED29E is #312D61. Grayscale: #CBCBCB. Windows color (decimal): -3222882 or 10408654. OLE color: 10408654.
HSL color Cylindrical-coordinate representation of color #CED29E: hue angle of 64.62º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CED29E is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 158 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.18 |
| HSL | 64.62º | 0.37% | 0.72% | - |
| HSV(B) | 64.62º | 0.25% | 0.82% | - |
| XYZ | 54.67 | 61.68 | 41.37 | - |
| YUV | 202.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 158 | 0.02 | 0 | 0.25 | 0.18 | 64.62 | 0.37 | 0.72 |
| Hex | CE | D2 | 9E | 2 | 0 | 19 | 12 | 41 | 25 | 48 |
| Octal | 316 | 322 | 236 | 2 | 0 | 31 | 22 | 101 | 45 | 110 |
| Binary | 11001110 | 11010010 | 10011110 | 10 | 0 | 11001 | 10010 | 1000001 | 100101 | 1001000 |
Color Harmonies of #CED29E
Complementary color
Monochromatic Colors of #CED29E
Black with #CED29E
Text Example
Text Example
White with #CED29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED29E; }
p { color: rgb(206,210,158); }
H1.HeaderClassName
{
color: #CED29E;
}
.AnyTagClassName
{
color: #CED29E;
}
</style>
background-color css
<style>
a { background-color: #CED29E; }
a { background-color: rgb(206,210,158); }
div.DivClassName
{
background-color: #CED29E;
}
.BgClassName
{
background-color: #CED29E;
}
</style>
border-color css
<style>
span { border-color: #CED29E; }
span { border-color: rgb(206,210,158); }
td.TdClassName
{
border-color: #CED29E;
}
.TagClassName
{
border-color: #CED29E;
}
</style>