Shades of Quill Grey #D0CEC3
Tints of Quill Grey #D0CEC3
RGB
CMYK
RGB Variations
Color information
#D0CEC3 (or 0xD0CEC3) is known color: Quill Grey. HEX triplet: D0, CE and C3. RGB value is (208,206,195). Sum of RGB (Red+Green+Blue) = 208+206+195=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CEC3 is #2F313C. Grayscale: #CDCDCD. Windows color (decimal): -3092797 or 12832464. OLE color: 12832464.
HSL color Cylindrical-coordinate representation of color #D0CEC3: hue angle of 50.77º degrees, saturation: 0.12, 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 #D0CEC3 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 206 | 195 | - |
CMYK | 0 | 0.01 | 0.06 | 0.18 |
HSL | 50.77º | 0.12% | 0.79% | - |
HSV(B) | 50.77º | 0.06% | 0.82% | - |
XYZ | 57.93 | 61.49 | 60.45 | - |
YUV | 205.34 | 122.16 | 129.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 206 | 195 | 0 | 0.01 | 0.06 | 0.18 | 50.77 | 0.12 | 0.79 |
Hex | D0 | CE | C3 | 0 | 1 | 6 | 12 | 33 | C | 4F |
Octal | 320 | 316 | 303 | 0 | 1 | 6 | 22 | 63 | 14 | 117 |
Binary | 11010000 | 11001110 | 11000011 | 0 | 1 | 110 | 10010 | 110011 | 1100 | 1001111 |
Color Harmonies of #D0CEC3
Complementary color
Monochromatic Colors of #D0CEC3
Black with #D0CEC3
Text Example
Text Example
White with #D0CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CEC3; }
p { color: rgb(208,206,195); }
H1.HeaderClassName
{
color: #D0CEC3;
}
.AnyTagClassName
{
color: #D0CEC3;
}
</style>
background-color css
<style>
a { background-color: #D0CEC3; }
a { background-color: rgb(208,206,195); }
div.DivClassName
{
background-color: #D0CEC3;
}
.BgClassName
{
background-color: #D0CEC3;
}
</style>
border-color css
<style>
span { border-color: #D0CEC3; }
span { border-color: rgb(208,206,195); }
td.TdClassName
{
border-color: #D0CEC3;
}
.TagClassName
{
border-color: #D0CEC3;
}
</style>