Shades of Orinoco #CDD0B5
Tints of Orinoco #CDD0B5
RGB
CMYK
RGB Variations
Color information
#CDD0B5 (or 0xCDD0B5) is known color: Orinoco. HEX triplet: CD, D0 and B5. RGB value is (205,208,181). Sum of RGB (Red+Green+Blue) = 205+208+181=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 181 (71.09% from 255 or 30.47% from 594); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0B5 is #322F4A. Grayscale: #CCCCCC. Windows color (decimal): -3288907 or 11915469. OLE color: 11915469.
HSL color Cylindrical-coordinate representation of color #CDD0B5: hue angle of 66.67º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD0B5 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 181 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.18 |
| HSL | 66.67º | 0.22% | 0.76% | - |
| HSV(B) | 66.67º | 0.13% | 0.82% | - |
| XYZ | 56.07 | 61.43 | 52.62 | - |
| YUV | 204.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 181 | 0.01 | 0 | 0.13 | 0.18 | 66.67 | 0.22 | 0.76 |
| Hex | CD | D0 | B5 | 1 | 0 | D | 12 | 43 | 16 | 4C |
| Octal | 315 | 320 | 265 | 1 | 0 | 15 | 22 | 103 | 26 | 114 |
| Binary | 11001101 | 11010000 | 10110101 | 1 | 0 | 1101 | 10010 | 1000011 | 10110 | 1001100 |
Color Harmonies of #CDD0B5
Complementary color
Monochromatic Colors of #CDD0B5
Black with #CDD0B5
Text Example
Text Example
White with #CDD0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0B5; }
p { color: rgb(205,208,181); }
H1.HeaderClassName
{
color: #CDD0B5;
}
.AnyTagClassName
{
color: #CDD0B5;
}
</style>
background-color css
<style>
a { background-color: #CDD0B5; }
a { background-color: rgb(205,208,181); }
div.DivClassName
{
background-color: #CDD0B5;
}
.BgClassName
{
background-color: #CDD0B5;
}
</style>
border-color css
<style>
span { border-color: #CDD0B5; }
span { border-color: rgb(205,208,181); }
td.TdClassName
{
border-color: #CDD0B5;
}
.TagClassName
{
border-color: #CDD0B5;
}
</style>