Shades of Orinoco #CDD0B4
Tints of Orinoco #CDD0B4
RGB
CMYK
RGB Variations
Color information
#CDD0B4 (or 0xCDD0B4) is known color: Orinoco. HEX triplet: CD, D0 and B4. RGB value is (205,208,180). Sum of RGB (Red+Green+Blue) = 205+208+180=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 208 (81.64% from 255 or 35.08% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0B4 is #322F4B. Grayscale: #CCCCCC. Windows color (decimal): -3288908 or 11849933. OLE color: 11849933.
HSL color Cylindrical-coordinate representation of color #CDD0B4: hue angle of 66.43º degrees, saturation: 0.23, 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 #CDD0B4 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 180 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.18 |
| HSL | 66.43º | 0.23% | 0.76% | - |
| HSV(B) | 66.43º | 0.13% | 0.82% | - |
| XYZ | 55.97 | 61.39 | 52.08 | - |
| YUV | 203.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 180 | 0.01 | 0 | 0.13 | 0.18 | 66.43 | 0.23 | 0.76 |
| Hex | CD | D0 | B4 | 1 | 0 | D | 12 | 42 | 17 | 4C |
| Octal | 315 | 320 | 264 | 1 | 0 | 15 | 22 | 102 | 27 | 114 |
| Binary | 11001101 | 11010000 | 10110100 | 1 | 0 | 1101 | 10010 | 1000010 | 10111 | 1001100 |
Color Harmonies of #CDD0B4
Complementary color
Monochromatic Colors of #CDD0B4
Black with #CDD0B4
Text Example
Text Example
White with #CDD0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0B4; }
p { color: rgb(205,208,180); }
H1.HeaderClassName
{
color: #CDD0B4;
}
.AnyTagClassName
{
color: #CDD0B4;
}
</style>
background-color css
<style>
a { background-color: #CDD0B4; }
a { background-color: rgb(205,208,180); }
div.DivClassName
{
background-color: #CDD0B4;
}
.BgClassName
{
background-color: #CDD0B4;
}
</style>
border-color css
<style>
span { border-color: #CDD0B4; }
span { border-color: rgb(205,208,180); }
td.TdClassName
{
border-color: #CDD0B4;
}
.TagClassName
{
border-color: #CDD0B4;
}
</style>