Shades of Orinoco #CDD1B3
Tints of Orinoco #CDD1B3
RGB
CMYK
RGB Variations
Color information
#CDD1B3 (or 0xCDD1B3) is known color: Orinoco. HEX triplet: CD, D1 and B3. RGB value is (205,209,179). Sum of RGB (Red+Green+Blue) = 205+209+179=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 179 (70.31% from 255 or 30.19% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD1B3 is #322E4C. Grayscale: #CCCCCC. Windows color (decimal): -3288653 or 11784653. OLE color: 11784653.
HSL color Cylindrical-coordinate representation of color #CDD1B3: hue angle of 68º 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 #CDD1B3 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 179 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.18 |
| HSL | 68º | 0.25% | 0.76% | - |
| HSV(B) | 68º | 0.14% | 0.82% | - |
| XYZ | 56.11 | 61.83 | 51.63 | - |
| YUV | 204.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 179 | 0.02 | 0 | 0.14 | 0.18 | 68 | 0.25 | 0.76 |
| Hex | CD | D1 | B3 | 2 | 0 | E | 12 | 44 | 19 | 4C |
| Octal | 315 | 321 | 263 | 2 | 0 | 16 | 22 | 104 | 31 | 114 |
| Binary | 11001101 | 11010001 | 10110011 | 10 | 0 | 1110 | 10010 | 1000100 | 11001 | 1001100 |
Color Harmonies of #CDD1B3
Complementary color
Monochromatic Colors of #CDD1B3
Black with #CDD1B3
Text Example
Text Example
White with #CDD1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1B3; }
p { color: rgb(205,209,179); }
H1.HeaderClassName
{
color: #CDD1B3;
}
.AnyTagClassName
{
color: #CDD1B3;
}
</style>
background-color css
<style>
a { background-color: #CDD1B3; }
a { background-color: rgb(205,209,179); }
div.DivClassName
{
background-color: #CDD1B3;
}
.BgClassName
{
background-color: #CDD1B3;
}
</style>
border-color css
<style>
span { border-color: #CDD1B3; }
span { border-color: rgb(205,209,179); }
td.TdClassName
{
border-color: #CDD1B3;
}
.TagClassName
{
border-color: #CDD1B3;
}
</style>