Shades of Ghost #D0D0D3
Tints of Ghost #D0D0D3
RGB
CMYK
RGB Variations
Color information
#D0D0D3 (or 0xD0D0D3) is known color: Ghost. HEX triplet: D0, D0 and D3. RGB value is (208,208,211). Sum of RGB (Red+Green+Blue) = 208+208+211=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 211 - color contains mainly: blue. Hex color #D0D0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D0D3 is #2F2F2C. Grayscale: #D0D0D0. Windows color (decimal): -3092269 or 13881552. OLE color: 13881552.
HSL color Cylindrical-coordinate representation of color #D0D0D3: hue angle of 240º degrees, saturation: 0.03, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D0D0D3 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 208 | 208 | 211 | - |
CMYK | 0.01 | 0.01 | 0 | 0.17 |
HSL | 240º | 0.03% | 0.82% | - |
HSV(B) | 240º | 0.01% | 0.83% | - |
XYZ | 60.33 | 63.22 | 70.65 | - |
YUV | 208.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 208 | 211 | 0.01 | 0.01 | 0 | 0.17 | 240 | 0.03 | 0.82 |
Hex | D0 | D0 | D3 | 1 | 1 | 0 | 11 | F0 | 3 | 52 |
Octal | 320 | 320 | 323 | 1 | 1 | 0 | 21 | 360 | 3 | 122 |
Binary | 11010000 | 11010000 | 11010011 | 1 | 1 | 0 | 10001 | 11110000 | 11 | 1010010 |
Color Harmonies of #D0D0D3
Complementary color
Monochromatic Colors of #D0D0D3
Black with #D0D0D3
Text Example
Text Example
White with #D0D0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D0D3; }
p { color: rgb(208,208,211); }
H1.HeaderClassName
{
color: #D0D0D3;
}
.AnyTagClassName
{
color: #D0D0D3;
}
</style>
background-color css
<style>
a { background-color: #D0D0D3; }
a { background-color: rgb(208,208,211); }
div.DivClassName
{
background-color: #D0D0D3;
}
.BgClassName
{
background-color: #D0D0D3;
}
</style>
border-color css
<style>
span { border-color: #D0D0D3; }
span { border-color: rgb(208,208,211); }
td.TdClassName
{
border-color: #D0D0D3;
}
.TagClassName
{
border-color: #D0D0D3;
}
</style>