Shades of Orinoco #CDD1AE
Tints of Orinoco #CDD1AE
RGB
CMYK
RGB Variations
Color information
#CDD1AE (or 0xCDD1AE) is known color: Orinoco. HEX triplet: CD, D1 and AE. RGB value is (205,209,174). Sum of RGB (Red+Green+Blue) = 205+209+174=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 209 (82.03% from 255 or 35.54% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD1AE is #322E51. Grayscale: #CBCBCB. Windows color (decimal): -3288658 or 11456973. OLE color: 11456973.
HSL color Cylindrical-coordinate representation of color #CDD1AE: 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 #CDD1AE is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 174 | - |
| CMYK | 0.02 | 0 | 0.17 | 0.18 |
| HSL | 66.86º | 0.28% | 0.75% | - |
| HSV(B) | 66.86º | 0.17% | 0.82% | - |
| XYZ | 55.62 | 61.64 | 49.01 | - |
| YUV | 203.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 174 | 0.02 | 0 | 0.17 | 0.18 | 66.86 | 0.28 | 0.75 |
| Hex | CD | D1 | AE | 2 | 0 | 11 | 12 | 43 | 1C | 4B |
| Octal | 315 | 321 | 256 | 2 | 0 | 21 | 22 | 103 | 34 | 113 |
| Binary | 11001101 | 11010001 | 10101110 | 10 | 0 | 10001 | 10010 | 1000011 | 11100 | 1001011 |
Color Harmonies of #CDD1AE
Complementary color
Monochromatic Colors of #CDD1AE
Black with #CDD1AE
Text Example
Text Example
White with #CDD1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1AE; }
p { color: rgb(205,209,174); }
H1.HeaderClassName
{
color: #CDD1AE;
}
.AnyTagClassName
{
color: #CDD1AE;
}
</style>
background-color css
<style>
a { background-color: #CDD1AE; }
a { background-color: rgb(205,209,174); }
div.DivClassName
{
background-color: #CDD1AE;
}
.BgClassName
{
background-color: #CDD1AE;
}
</style>
border-color css
<style>
span { border-color: #CDD1AE; }
span { border-color: rgb(205,209,174); }
td.TdClassName
{
border-color: #CDD1AE;
}
.TagClassName
{
border-color: #CDD1AE;
}
</style>