Shades of Orinoco #CED5AF
Tints of Orinoco #CED5AF
RGB
CMYK
RGB Variations
Color information
#CED5AF (or 0xCED5AF) is known color: Orinoco. HEX triplet: CE, D5 and AF. RGB value is (206,213,175). Sum of RGB (Red+Green+Blue) = 206+213+175=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 213 - color contains mainly: green. Hex color #CED5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED5AF is #312A50. Grayscale: #CECECE. Windows color (decimal): -3222097 or 11523534. OLE color: 11523534.
HSL color Cylindrical-coordinate representation of color #CED5AF: hue angle of 71.05º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED5AF is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 175 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.16 |
| HSL | 71.05º | 0.31% | 0.76% | - |
| HSV(B) | 71.05º | 0.18% | 0.84% | - |
| XYZ | 56.99 | 63.81 | 49.87 | - |
| YUV | 206.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 175 | 0.03 | 0 | 0.18 | 0.16 | 71.05 | 0.31 | 0.76 |
| Hex | CE | D5 | AF | 3 | 0 | 12 | 10 | 47 | 1F | 4C |
| Octal | 316 | 325 | 257 | 3 | 0 | 22 | 20 | 107 | 37 | 114 |
| Binary | 11001110 | 11010101 | 10101111 | 11 | 0 | 10010 | 10000 | 1000111 | 11111 | 1001100 |
Color Harmonies of #CED5AF
Complementary color
Monochromatic Colors of #CED5AF
Black with #CED5AF
Text Example
Text Example
White with #CED5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED5AF; }
p { color: rgb(206,213,175); }
H1.HeaderClassName
{
color: #CED5AF;
}
.AnyTagClassName
{
color: #CED5AF;
}
</style>
background-color css
<style>
a { background-color: #CED5AF; }
a { background-color: rgb(206,213,175); }
div.DivClassName
{
background-color: #CED5AF;
}
.BgClassName
{
background-color: #CED5AF;
}
</style>
border-color css
<style>
span { border-color: #CED5AF; }
span { border-color: rgb(206,213,175); }
td.TdClassName
{
border-color: #CED5AF;
}
.TagClassName
{
border-color: #CED5AF;
}
</style>