Shades of Orinoco #CDD2B3
Tints of Orinoco #CDD2B3
RGB
CMYK
RGB Variations
Color information
#CDD2B3 (or 0xCDD2B3) is known color: Orinoco. HEX triplet: CD, D2 and B3. RGB value is (205,210,179). Sum of RGB (Red+Green+Blue) = 205+210+179=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2B3 is #322D4C. Grayscale: #CDCDCD. Windows color (decimal): -3288397 or 11784909. OLE color: 11784909.
HSL color Cylindrical-coordinate representation of color #CDD2B3: hue angle of 69.68º degrees, saturation: 0.26, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDD2B3 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 179 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.18 |
| HSL | 69.68º | 0.26% | 0.76% | - |
| HSV(B) | 69.68º | 0.15% | 0.82% | - |
| XYZ | 56.36 | 62.33 | 51.71 | - |
| YUV | 204.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 179 | 0.02 | 0 | 0.15 | 0.18 | 69.68 | 0.26 | 0.76 |
| Hex | CD | D2 | B3 | 2 | 0 | F | 12 | 46 | 1A | 4C |
| Octal | 315 | 322 | 263 | 2 | 0 | 17 | 22 | 106 | 32 | 114 |
| Binary | 11001101 | 11010010 | 10110011 | 10 | 0 | 1111 | 10010 | 1000110 | 11010 | 1001100 |
Color Harmonies of #CDD2B3
Complementary color
Monochromatic Colors of #CDD2B3
Black with #CDD2B3
Text Example
Text Example
White with #CDD2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD2B3; }
p { color: rgb(205,210,179); }
H1.HeaderClassName
{
color: #CDD2B3;
}
.AnyTagClassName
{
color: #CDD2B3;
}
</style>
background-color css
<style>
a { background-color: #CDD2B3; }
a { background-color: rgb(205,210,179); }
div.DivClassName
{
background-color: #CDD2B3;
}
.BgClassName
{
background-color: #CDD2B3;
}
</style>
border-color css
<style>
span { border-color: #CDD2B3; }
span { border-color: rgb(205,210,179); }
td.TdClassName
{
border-color: #CDD2B3;
}
.TagClassName
{
border-color: #CDD2B3;
}
</style>