Shades of Orinoco #CEDBA8
Tints of Orinoco #CEDBA8
RGB
CMYK
RGB Variations
Color information
#CEDBA8 (or 0xCEDBA8) is known color: Orinoco. HEX triplet: CE, DB and A8. RGB value is (206,219,168). Sum of RGB (Red+Green+Blue) = 206+219+168=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 219 (85.94% from 255 or 36.93% from 593); Blue value is 168 (66.02% from 255 or 28.33% from 593); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBA8 is #312457. Grayscale: #D1D1D1. Windows color (decimal): -3220568 or 11066318. OLE color: 11066318.
HSL color Cylindrical-coordinate representation of color #CEDBA8: hue angle of 75.29º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEDBA8 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 168 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.14 |
| HSL | 75.29º | 0.41% | 0.76% | - |
| HSV(B) | 75.29º | 0.23% | 0.86% | - |
| XYZ | 57.85 | 66.61 | 46.85 | - |
| YUV | 209.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 168 | 0.06 | 0 | 0.23 | 0.14 | 75.29 | 0.41 | 0.76 |
| Hex | CE | DB | A8 | 6 | 0 | 17 | E | 4B | 29 | 4C |
| Octal | 316 | 333 | 250 | 6 | 0 | 27 | 16 | 113 | 51 | 114 |
| Binary | 11001110 | 11011011 | 10101000 | 110 | 0 | 10111 | 1110 | 1001011 | 101001 | 1001100 |
Color Harmonies of #CEDBA8
Complementary color
Monochromatic Colors of #CEDBA8
Black with #CEDBA8
Text Example
Text Example
White with #CEDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBA8; }
p { color: rgb(206,219,168); }
H1.HeaderClassName
{
color: #CEDBA8;
}
.AnyTagClassName
{
color: #CEDBA8;
}
</style>
background-color css
<style>
a { background-color: #CEDBA8; }
a { background-color: rgb(206,219,168); }
div.DivClassName
{
background-color: #CEDBA8;
}
.BgClassName
{
background-color: #CEDBA8;
}
</style>
border-color css
<style>
span { border-color: #CEDBA8; }
span { border-color: rgb(206,219,168); }
td.TdClassName
{
border-color: #CEDBA8;
}
.TagClassName
{
border-color: #CEDBA8;
}
</style>