Shades of Ghost #C8C7D1
Tints of Ghost #C8C7D1
RGB
CMYK
RGB Variations
Color information
#C8C7D1 (or 0xC8C7D1) is known color: Ghost. HEX triplet: C8, C7 and D1. RGB value is (200,199,209). Sum of RGB (Red+Green+Blue) = 200+199+209=608 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.89% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 209 - color contains mainly: blue. Hex color #C8C7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C7D1 is #37382E. Grayscale: #C8C8C8. Windows color (decimal): -3618863 or 13748168. OLE color: 13748168.
HSL color Cylindrical-coordinate representation of color #C8C7D1: hue angle of 246º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C8C7D1 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 200 | 199 | 209 | - |
CMYK | 0.04 | 0.05 | 0 | 0.18 |
HSL | 246º | 0.1% | 0.8% | - |
HSV(B) | 246º | 0.05% | 0.82% | - |
XYZ | 55.75 | 57.73 | 68.53 | - |
YUV | 200.44 | 132.83 | 127.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 199 | 209 | 0.04 | 0.05 | 0 | 0.18 | 246 | 0.1 | 0.8 |
Hex | C8 | C7 | D1 | 4 | 5 | 0 | 12 | F6 | A | 50 |
Octal | 310 | 307 | 321 | 4 | 5 | 0 | 22 | 366 | 12 | 120 |
Binary | 11001000 | 11000111 | 11010001 | 100 | 101 | 0 | 10010 | 11110110 | 1010 | 1010000 |
Color Harmonies of #C8C7D1
Complementary color
Monochromatic Colors of #C8C7D1
Black with #C8C7D1
Text Example
Text Example
White with #C8C7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C7D1; }
p { color: rgb(200,199,209); }
H1.HeaderClassName
{
color: #C8C7D1;
}
.AnyTagClassName
{
color: #C8C7D1;
}
</style>
background-color css
<style>
a { background-color: #C8C7D1; }
a { background-color: rgb(200,199,209); }
div.DivClassName
{
background-color: #C8C7D1;
}
.BgClassName
{
background-color: #C8C7D1;
}
</style>
border-color css
<style>
span { border-color: #C8C7D1; }
span { border-color: rgb(200,199,209); }
td.TdClassName
{
border-color: #C8C7D1;
}
.TagClassName
{
border-color: #C8C7D1;
}
</style>