Shades of Ghost #D1D1D5
Tints of Ghost #D1D1D5
RGB
CMYK
RGB Variations
Color information
#D1D1D5 (or 0xD1D1D5) is known color: Ghost. HEX triplet: D1, D1 and D5. RGB value is (209,209,213). Sum of RGB (Red+Green+Blue) = 209+209+213=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 209 (82.03% from 255 or 33.12% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 213 - color contains mainly: blue. Hex color #D1D1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D1D5 is #2E2E2A. Grayscale: #D1D1D1. Windows color (decimal): -3026475 or 14012881. OLE color: 14012881.
HSL color Cylindrical-coordinate representation of color #D1D1D5: hue angle of 240º degrees, saturation: 0.05, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D1D1D5 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 209 | 209 | 213 | - |
CMYK | 0.02 | 0.02 | 0 | 0.16 |
HSL | 240º | 0.05% | 0.83% | - |
HSV(B) | 240º | 0.02% | 0.84% | - |
XYZ | 61.11 | 63.96 | 72.08 | - |
YUV | 209.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 209 | 213 | 0.02 | 0.02 | 0 | 0.16 | 240 | 0.05 | 0.83 |
Hex | D1 | D1 | D5 | 2 | 2 | 0 | 10 | F0 | 5 | 53 |
Octal | 321 | 321 | 325 | 2 | 2 | 0 | 20 | 360 | 5 | 123 |
Binary | 11010001 | 11010001 | 11010101 | 10 | 10 | 0 | 10000 | 11110000 | 101 | 1010011 |
Color Harmonies of #D1D1D5
Complementary color
Monochromatic Colors of #D1D1D5
Black with #D1D1D5
Text Example
Text Example
White with #D1D1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D1D5; }
p { color: rgb(209,209,213); }
H1.HeaderClassName
{
color: #D1D1D5;
}
.AnyTagClassName
{
color: #D1D1D5;
}
</style>
background-color css
<style>
a { background-color: #D1D1D5; }
a { background-color: rgb(209,209,213); }
div.DivClassName
{
background-color: #D1D1D5;
}
.BgClassName
{
background-color: #D1D1D5;
}
</style>
border-color css
<style>
span { border-color: #D1D1D5; }
span { border-color: rgb(209,209,213); }
td.TdClassName
{
border-color: #D1D1D5;
}
.TagClassName
{
border-color: #D1D1D5;
}
</style>