Shades of Quill Grey #D0CEC4
Tints of Quill Grey #D0CEC4
RGB
CMYK
RGB Variations
Color information
#D0CEC4 (or 0xD0CEC4) is known color: Quill Grey. HEX triplet: D0, CE and C4. RGB value is (208,206,196). Sum of RGB (Red+Green+Blue) = 208+206+196=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEC4 is #2F313B. Grayscale: #CDCDCD. Windows color (decimal): -3092796 or 12898000. OLE color: 12898000.
HSL color Cylindrical-coordinate representation of color #D0CEC4: hue angle of 50º degrees, saturation: 0.11, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0CEC4 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 196 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.18 |
| HSL | 50º | 0.11% | 0.79% | - |
| HSV(B) | 50º | 0.06% | 0.82% | - |
| XYZ | 58.05 | 61.54 | 61.04 | - |
| YUV | 205.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 196 | 0 | 0.01 | 0.06 | 0.18 | 50 | 0.11 | 0.79 |
| Hex | D0 | CE | C4 | 0 | 1 | 6 | 12 | 32 | B | 4F |
| Octal | 320 | 316 | 304 | 0 | 1 | 6 | 22 | 62 | 13 | 117 |
| Binary | 11010000 | 11001110 | 11000100 | 0 | 1 | 110 | 10010 | 110010 | 1011 | 1001111 |
Color Harmonies of #D0CEC4
Complementary color
Monochromatic Colors of #D0CEC4
Black with #D0CEC4
Text Example
Text Example
White with #D0CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEC4; }
p { color: rgb(208,206,196); }
H1.HeaderClassName
{
color: #D0CEC4;
}
.AnyTagClassName
{
color: #D0CEC4;
}
</style>
background-color css
<style>
a { background-color: #D0CEC4; }
a { background-color: rgb(208,206,196); }
div.DivClassName
{
background-color: #D0CEC4;
}
.BgClassName
{
background-color: #D0CEC4;
}
</style>
border-color css
<style>
span { border-color: #D0CEC4; }
span { border-color: rgb(208,206,196); }
td.TdClassName
{
border-color: #D0CEC4;
}
.TagClassName
{
border-color: #D0CEC4;
}
</style>