Shades of Quill Grey #D0CDBF
Tints of Quill Grey #D0CDBF
RGB
CMYK
RGB Variations
Color information
#D0CDBF (or 0xD0CDBF) is known color: Quill Grey. HEX triplet: D0, CD and BF. RGB value is (208,205,191). Sum of RGB (Red+Green+Blue) = 208+205+191=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CDBF is #2F3240. Grayscale: #CCCCCC. Windows color (decimal): -3093057 or 12570064. OLE color: 12570064.
HSL color Cylindrical-coordinate representation of color #D0CDBF: hue angle of 49.41º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CDBF is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 205 | 191 | - |
CMYK | 0 | 0.01 | 0.08 | 0.18 |
HSL | 49.41º | 0.15% | 0.78% | - |
HSV(B) | 49.41º | 0.08% | 0.82% | - |
XYZ | 57.25 | 60.83 | 58.02 | - |
YUV | 204.3 | 120.49 | 130.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 205 | 191 | 0 | 0.01 | 0.08 | 0.18 | 49.41 | 0.15 | 0.78 |
Hex | D0 | CD | BF | 0 | 1 | 8 | 12 | 31 | F | 4E |
Octal | 320 | 315 | 277 | 0 | 1 | 10 | 22 | 61 | 17 | 116 |
Binary | 11010000 | 11001101 | 10111111 | 0 | 1 | 1000 | 10010 | 110001 | 1111 | 1001110 |
Color Harmonies of #D0CDBF
Complementary color
Monochromatic Colors of #D0CDBF
Black with #D0CDBF
Text Example
Text Example
White with #D0CDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CDBF; }
p { color: rgb(208,205,191); }
H1.HeaderClassName
{
color: #D0CDBF;
}
.AnyTagClassName
{
color: #D0CDBF;
}
</style>
background-color css
<style>
a { background-color: #D0CDBF; }
a { background-color: rgb(208,205,191); }
div.DivClassName
{
background-color: #D0CDBF;
}
.BgClassName
{
background-color: #D0CDBF;
}
</style>
border-color css
<style>
span { border-color: #D0CDBF; }
span { border-color: rgb(208,205,191); }
td.TdClassName
{
border-color: #D0CDBF;
}
.TagClassName
{
border-color: #D0CDBF;
}
</style>