Shades of Orinoco #CED2AF
Tints of Orinoco #CED2AF
RGB
CMYK
RGB Variations
Color information
#CED2AF (or 0xCED2AF) is known color: Orinoco. HEX triplet: CE, D2 and AF. RGB value is (206,210,175). Sum of RGB (Red+Green+Blue) = 206+210+175=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 175 (68.75% from 255 or 29.61% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED2AF is #312D50. Grayscale: #CCCCCC. Windows color (decimal): -3222865 or 11522766. OLE color: 11522766.
HSL color Cylindrical-coordinate representation of color #CED2AF: hue angle of 66.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CED2AF is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 175 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.18 |
| HSL | 66.86º | 0.28% | 0.75% | - |
| HSV(B) | 66.86º | 0.17% | 0.82% | - |
| XYZ | 56.24 | 62.31 | 49.62 | - |
| YUV | 204.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 175 | 0.02 | 0 | 0.17 | 0.18 | 66.86 | 0.28 | 0.75 |
| Hex | CE | D2 | AF | 2 | 0 | 11 | 12 | 43 | 1C | 4B |
| Octal | 316 | 322 | 257 | 2 | 0 | 21 | 22 | 103 | 34 | 113 |
| Binary | 11001110 | 11010010 | 10101111 | 10 | 0 | 10001 | 10010 | 1000011 | 11100 | 1001011 |
Color Harmonies of #CED2AF
Complementary color
Monochromatic Colors of #CED2AF
Black with #CED2AF
Text Example
Text Example
White with #CED2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2AF; }
p { color: rgb(206,210,175); }
H1.HeaderClassName
{
color: #CED2AF;
}
.AnyTagClassName
{
color: #CED2AF;
}
</style>
background-color css
<style>
a { background-color: #CED2AF; }
a { background-color: rgb(206,210,175); }
div.DivClassName
{
background-color: #CED2AF;
}
.BgClassName
{
background-color: #CED2AF;
}
</style>
border-color css
<style>
span { border-color: #CED2AF; }
span { border-color: rgb(206,210,175); }
td.TdClassName
{
border-color: #CED2AF;
}
.TagClassName
{
border-color: #CED2AF;
}
</style>