Shades of Orinoco #D8DDB6
Tints of Orinoco #D8DDB6
RGB
CMYK
RGB Variations
Color information
#D8DDB6 (or 0xD8DDB6) is known color: Orinoco. HEX triplet: D8, DD and B6. RGB value is (216,221,182). Sum of RGB (Red+Green+Blue) = 216+221+182=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDB6 is #272249. Grayscale: #D7D7D7. Windows color (decimal): -2564682 or 11984344. OLE color: 11984344.
HSL color Cylindrical-coordinate representation of color #D8DDB6: hue angle of 67.69º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8DDB6 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 182 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.13 |
| HSL | 67.69º | 0.36% | 0.79% | - |
| HSV(B) | 67.69º | 0.18% | 0.87% | - |
| XYZ | 62.62 | 69.69 | 54.41 | - |
| YUV | 215.06 | 109.34 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 182 | 0.02 | 0 | 0.18 | 0.13 | 67.69 | 0.36 | 0.79 |
| Hex | D8 | DD | B6 | 2 | 0 | 12 | D | 44 | 24 | 4F |
| Octal | 330 | 335 | 266 | 2 | 0 | 22 | 15 | 104 | 44 | 117 |
| Binary | 11011000 | 11011101 | 10110110 | 10 | 0 | 10010 | 1101 | 1000100 | 100100 | 1001111 |
Color Harmonies of #D8DDB6
Complementary color
Monochromatic Colors of #D8DDB6
Black with #D8DDB6
Text Example
Text Example
White with #D8DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDB6; }
p { color: rgb(216,221,182); }
H1.HeaderClassName
{
color: #D8DDB6;
}
.AnyTagClassName
{
color: #D8DDB6;
}
</style>
background-color css
<style>
a { background-color: #D8DDB6; }
a { background-color: rgb(216,221,182); }
div.DivClassName
{
background-color: #D8DDB6;
}
.BgClassName
{
background-color: #D8DDB6;
}
</style>
border-color css
<style>
span { border-color: #D8DDB6; }
span { border-color: rgb(216,221,182); }
td.TdClassName
{
border-color: #D8DDB6;
}
.TagClassName
{
border-color: #D8DDB6;
}
</style>