Shades of Quill Grey #D0CBBB
Tints of Quill Grey #D0CBBB
RGB
CMYK
RGB Variations
Color information
#D0CBBB (or 0xD0CBBB) is known color: Quill Grey. HEX triplet: D0, CB and BB. RGB value is (208,203,187). Sum of RGB (Red+Green+Blue) = 208+203+187=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 203 (79.69% from 255 or 33.95% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBBB is #2F3444. Grayscale: #CACACA. Windows color (decimal): -3093573 or 12307408. OLE color: 12307408.
HSL color Cylindrical-coordinate representation of color #D0CBBB: hue angle of 45.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0CBBB is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 187 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.18 |
| HSL | 45.71º | 0.18% | 0.77% | - |
| HSV(B) | 45.71º | 0.1% | 0.82% | - |
| XYZ | 56.34 | 59.71 | 55.57 | - |
| YUV | 202.67 | 119.16 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 187 | 0 | 0.02 | 0.10 | 0.18 | 45.71 | 0.18 | 0.77 |
| Hex | D0 | CB | BB | 0 | 2 | A | 12 | 2E | 12 | 4D |
| Octal | 320 | 313 | 273 | 0 | 2 | 12 | 22 | 56 | 22 | 115 |
| Binary | 11010000 | 11001011 | 10111011 | 0 | 10 | 1010 | 10010 | 101110 | 10010 | 1001101 |
Color Harmonies of #D0CBBB
Complementary color
Monochromatic Colors of #D0CBBB
Black with #D0CBBB
Text Example
Text Example
White with #D0CBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CBBB; }
p { color: rgb(208,203,187); }
H1.HeaderClassName
{
color: #D0CBBB;
}
.AnyTagClassName
{
color: #D0CBBB;
}
</style>
background-color css
<style>
a { background-color: #D0CBBB; }
a { background-color: rgb(208,203,187); }
div.DivClassName
{
background-color: #D0CBBB;
}
.BgClassName
{
background-color: #D0CBBB;
}
</style>
border-color css
<style>
span { border-color: #D0CBBB; }
span { border-color: rgb(208,203,187); }
td.TdClassName
{
border-color: #D0CBBB;
}
.TagClassName
{
border-color: #D0CBBB;
}
</style>