Shades of Orinoco #CED2AD
Tints of Orinoco #CED2AD
RGB
CMYK
RGB Variations
Color information
#CED2AD (or 0xCED2AD) is known color: Orinoco. HEX triplet: CE, D2 and AD. RGB value is (206,210,173). Sum of RGB (Red+Green+Blue) = 206+210+173=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 210 (82.42% from 255 or 35.65% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED2AD is #312D52. Grayscale: #CCCCCC. Windows color (decimal): -3222867 or 11391694. OLE color: 11391694.
HSL color Cylindrical-coordinate representation of color #CED2AD: hue angle of 66.49º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CED2AD is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 210 | 173 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.18 |
| HSL | 66.49º | 0.29% | 0.75% | - |
| HSV(B) | 66.49º | 0.18% | 0.82% | - |
| XYZ | 56.04 | 62.23 | 48.59 | - |
| YUV | 204.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 210 | 173 | 0.02 | 0 | 0.18 | 0.18 | 66.49 | 0.29 | 0.75 |
| Hex | CE | D2 | AD | 2 | 0 | 12 | 12 | 42 | 1D | 4B |
| Octal | 316 | 322 | 255 | 2 | 0 | 22 | 22 | 102 | 35 | 113 |
| Binary | 11001110 | 11010010 | 10101101 | 10 | 0 | 10010 | 10010 | 1000010 | 11101 | 1001011 |
Color Harmonies of #CED2AD
Complementary color
Monochromatic Colors of #CED2AD
Black with #CED2AD
Text Example
Text Example
White with #CED2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2AD; }
p { color: rgb(206,210,173); }
H1.HeaderClassName
{
color: #CED2AD;
}
.AnyTagClassName
{
color: #CED2AD;
}
</style>
background-color css
<style>
a { background-color: #CED2AD; }
a { background-color: rgb(206,210,173); }
div.DivClassName
{
background-color: #CED2AD;
}
.BgClassName
{
background-color: #CED2AD;
}
</style>
border-color css
<style>
span { border-color: #CED2AD; }
span { border-color: rgb(206,210,173); }
td.TdClassName
{
border-color: #CED2AD;
}
.TagClassName
{
border-color: #CED2AD;
}
</style>