Shades of Orinoco #CDD2B4
Tints of Orinoco #CDD2B4
RGB
CMYK
RGB Variations
Color information
#CDD2B4 (or 0xCDD2B4) is known color: Orinoco. HEX triplet: CD, D2 and B4. RGB value is (205,210,180). Sum of RGB (Red+Green+Blue) = 205+210+180=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2B4 is #322D4B. Grayscale: #CDCDCD. Windows color (decimal): -3288396 or 11850445. OLE color: 11850445.
HSL color Cylindrical-coordinate representation of color #CDD2B4: hue angle of 70º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD2B4 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 180 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.18 |
| HSL | 70º | 0.25% | 0.76% | - |
| HSV(B) | 70º | 0.14% | 0.82% | - |
| XYZ | 56.46 | 62.37 | 52.24 | - |
| YUV | 205.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 180 | 0.02 | 0 | 0.14 | 0.18 | 70 | 0.25 | 0.76 |
| Hex | CD | D2 | B4 | 2 | 0 | E | 12 | 46 | 19 | 4C |
| Octal | 315 | 322 | 264 | 2 | 0 | 16 | 22 | 106 | 31 | 114 |
| Binary | 11001101 | 11010010 | 10110100 | 10 | 0 | 1110 | 10010 | 1000110 | 11001 | 1001100 |
Color Harmonies of #CDD2B4
Complementary color
Monochromatic Colors of #CDD2B4
Black with #CDD2B4
Text Example
Text Example
White with #CDD2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD2B4; }
p { color: rgb(205,210,180); }
H1.HeaderClassName
{
color: #CDD2B4;
}
.AnyTagClassName
{
color: #CDD2B4;
}
</style>
background-color css
<style>
a { background-color: #CDD2B4; }
a { background-color: rgb(205,210,180); }
div.DivClassName
{
background-color: #CDD2B4;
}
.BgClassName
{
background-color: #CDD2B4;
}
</style>
border-color css
<style>
span { border-color: #CDD2B4; }
span { border-color: rgb(205,210,180); }
td.TdClassName
{
border-color: #CDD2B4;
}
.TagClassName
{
border-color: #CDD2B4;
}
</style>