Shades of Quill Grey #D0CDC1
Tints of Quill Grey #D0CDC1
RGB
CMYK
RGB Variations
Color information
#D0CDC1 (or 0xD0CDC1) is known color: Quill Grey. HEX triplet: D0, CD and C1. RGB value is (208,205,193). Sum of RGB (Red+Green+Blue) = 208+205+193=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDC1 is #2F323E. Grayscale: #CCCCCC. Windows color (decimal): -3093055 or 12701136. OLE color: 12701136.
HSL color Cylindrical-coordinate representation of color #D0CDC1: hue angle of 48º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0CDC1 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 193 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.18 |
| HSL | 48º | 0.14% | 0.79% | - |
| HSV(B) | 48º | 0.07% | 0.82% | - |
| XYZ | 57.47 | 60.92 | 59.18 | - |
| YUV | 204.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 193 | 0 | 0.01 | 0.07 | 0.18 | 48 | 0.14 | 0.79 |
| Hex | D0 | CD | C1 | 0 | 1 | 7 | 12 | 30 | E | 4F |
| Octal | 320 | 315 | 301 | 0 | 1 | 7 | 22 | 60 | 16 | 117 |
| Binary | 11010000 | 11001101 | 11000001 | 0 | 1 | 111 | 10010 | 110000 | 1110 | 1001111 |
Color Harmonies of #D0CDC1
Complementary color
Monochromatic Colors of #D0CDC1
Black with #D0CDC1
Text Example
Text Example
White with #D0CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDC1; }
p { color: rgb(208,205,193); }
H1.HeaderClassName
{
color: #D0CDC1;
}
.AnyTagClassName
{
color: #D0CDC1;
}
</style>
background-color css
<style>
a { background-color: #D0CDC1; }
a { background-color: rgb(208,205,193); }
div.DivClassName
{
background-color: #D0CDC1;
}
.BgClassName
{
background-color: #D0CDC1;
}
</style>
border-color css
<style>
span { border-color: #D0CDC1; }
span { border-color: rgb(208,205,193); }
td.TdClassName
{
border-color: #D0CDC1;
}
.TagClassName
{
border-color: #D0CDC1;
}
</style>