Shades of Ghost #D0CFD5
Tints of Ghost #D0CFD5
RGB
CMYK
RGB Variations
Color information
#D0CFD5 (or 0xD0CFD5) is known color: Ghost. HEX triplet: D0, CF and D5. RGB value is (208,207,213). Sum of RGB (Red+Green+Blue) = 208+207+213=628 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.12% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 213 - color contains mainly: blue. Hex color #D0CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFD5 is #2F302A. Grayscale: #CFCFCF. Windows color (decimal): -3092523 or 14012368. OLE color: 14012368.
HSL color Cylindrical-coordinate representation of color #D0CFD5: hue angle of 250º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0CFD5 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 208 | 207 | 213 | - |
CMYK | 0.02 | 0.03 | 0 | 0.16 |
HSL | 250º | 0.07% | 0.82% | - |
HSV(B) | 250º | 0.03% | 0.84% | - |
XYZ | 60.34 | 62.84 | 71.9 | - |
YUV | 207.98 | 130.83 | 128.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 207 | 213 | 0.02 | 0.03 | 0 | 0.16 | 250 | 0.07 | 0.82 |
Hex | D0 | CF | D5 | 2 | 3 | 0 | 10 | FA | 7 | 52 |
Octal | 320 | 317 | 325 | 2 | 3 | 0 | 20 | 372 | 7 | 122 |
Binary | 11010000 | 11001111 | 11010101 | 10 | 11 | 0 | 10000 | 11111010 | 111 | 1010010 |
Color Harmonies of #D0CFD5
Complementary color
Monochromatic Colors of #D0CFD5
Black with #D0CFD5
Text Example
Text Example
White with #D0CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFD5; }
p { color: rgb(208,207,213); }
H1.HeaderClassName
{
color: #D0CFD5;
}
.AnyTagClassName
{
color: #D0CFD5;
}
</style>
background-color css
<style>
a { background-color: #D0CFD5; }
a { background-color: rgb(208,207,213); }
div.DivClassName
{
background-color: #D0CFD5;
}
.BgClassName
{
background-color: #D0CFD5;
}
</style>
border-color css
<style>
span { border-color: #D0CFD5; }
span { border-color: rgb(208,207,213); }
td.TdClassName
{
border-color: #D0CFD5;
}
.TagClassName
{
border-color: #D0CFD5;
}
</style>