Shades of Orinoco #CED1A8
Tints of Orinoco #CED1A8
RGB
CMYK
RGB Variations
Color information
#CED1A8 (or 0xCED1A8) is known color: Orinoco. HEX triplet: CE, D1 and A8. RGB value is (206,209,168). Sum of RGB (Red+Green+Blue) = 206+209+168=583 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.33% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 168 (66.02% from 255 or 28.82% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED1A8 is #312E57. Grayscale: #CBCBCB. Windows color (decimal): -3223128 or 11063758. OLE color: 11063758.
HSL color Cylindrical-coordinate representation of color #CED1A8: hue angle of 64.39º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CED1A8 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 168 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.18 |
| HSL | 64.39º | 0.31% | 0.74% | - |
| HSV(B) | 64.39º | 0.2% | 0.82% | - |
| XYZ | 55.32 | 61.55 | 46.01 | - |
| YUV | 203.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 168 | 0.01 | 0 | 0.20 | 0.18 | 64.39 | 0.31 | 0.74 |
| Hex | CE | D1 | A8 | 1 | 0 | 14 | 12 | 40 | 1F | 4A |
| Octal | 316 | 321 | 250 | 1 | 0 | 24 | 22 | 100 | 37 | 112 |
| Binary | 11001110 | 11010001 | 10101000 | 1 | 0 | 10100 | 10010 | 1000000 | 11111 | 1001010 |
Color Harmonies of #CED1A8
Complementary color
Monochromatic Colors of #CED1A8
Black with #CED1A8
Text Example
Text Example
White with #CED1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED1A8; }
p { color: rgb(206,209,168); }
H1.HeaderClassName
{
color: #CED1A8;
}
.AnyTagClassName
{
color: #CED1A8;
}
</style>
background-color css
<style>
a { background-color: #CED1A8; }
a { background-color: rgb(206,209,168); }
div.DivClassName
{
background-color: #CED1A8;
}
.BgClassName
{
background-color: #CED1A8;
}
</style>
border-color css
<style>
span { border-color: #CED1A8; }
span { border-color: rgb(206,209,168); }
td.TdClassName
{
border-color: #CED1A8;
}
.TagClassName
{
border-color: #CED1A8;
}
</style>