Shades of Orinoco #CDD0B6
Tints of Orinoco #CDD0B6
RGB
CMYK
RGB Variations
Color information
#CDD0B6 (or 0xCDD0B6) is known color: Orinoco. HEX triplet: CD, D0 and B6. RGB value is (205,208,182). Sum of RGB (Red+Green+Blue) = 205+208+182=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0B6 is #322F49. Grayscale: #CCCCCC. Windows color (decimal): -3288906 or 11981005. OLE color: 11981005.
HSL color Cylindrical-coordinate representation of color #CDD0B6: hue angle of 66.92º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD0B6 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 182 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.18 |
| HSL | 66.92º | 0.22% | 0.76% | - |
| HSV(B) | 66.92º | 0.13% | 0.82% | - |
| XYZ | 56.18 | 61.47 | 53.16 | - |
| YUV | 204.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 182 | 0.01 | 0 | 0.12 | 0.18 | 66.92 | 0.22 | 0.76 |
| Hex | CD | D0 | B6 | 1 | 0 | C | 12 | 43 | 16 | 4C |
| Octal | 315 | 320 | 266 | 1 | 0 | 14 | 22 | 103 | 26 | 114 |
| Binary | 11001101 | 11010000 | 10110110 | 1 | 0 | 1100 | 10010 | 1000011 | 10110 | 1001100 |
Color Harmonies of #CDD0B6
Complementary color
Monochromatic Colors of #CDD0B6
Black with #CDD0B6
Text Example
Text Example
White with #CDD0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0B6; }
p { color: rgb(205,208,182); }
H1.HeaderClassName
{
color: #CDD0B6;
}
.AnyTagClassName
{
color: #CDD0B6;
}
</style>
background-color css
<style>
a { background-color: #CDD0B6; }
a { background-color: rgb(205,208,182); }
div.DivClassName
{
background-color: #CDD0B6;
}
.BgClassName
{
background-color: #CDD0B6;
}
</style>
border-color css
<style>
span { border-color: #CDD0B6; }
span { border-color: rgb(205,208,182); }
td.TdClassName
{
border-color: #CDD0B6;
}
.TagClassName
{
border-color: #CDD0B6;
}
</style>