Shades of Mystic #C8D4CD
Tints of Mystic #C8D4CD
RGB
CMYK
RGB Variations
Color information
#C8D4CD (or 0xC8D4CD) is known color: Mystic. HEX triplet: C8, D4 and CD. RGB value is (200,212,205). Sum of RGB (Red+Green+Blue) = 200+212+205=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 212 - color contains mainly: green. Hex color #C8D4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D4CD is #372B32. Grayscale: #CFCFCF. Windows color (decimal): -3615539 or 13489352. OLE color: 13489352.
HSL color Cylindrical-coordinate representation of color #C8D4CD: hue angle of 145º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8D4CD is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 200 | 212 | 205 | - |
CMYK | 0.06 | 0 | 0.03 | 0.17 |
HSL | 145º | 0.12% | 0.81% | - |
HSV(B) | 145º | 0.06% | 0.83% | - |
XYZ | 58.38 | 63.77 | 66.99 | - |
YUV | 207.61 | 126.52 | 122.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 212 | 205 | 0.06 | 0 | 0.03 | 0.17 | 145 | 0.12 | 0.81 |
Hex | C8 | D4 | CD | 6 | 0 | 3 | 11 | 91 | C | 51 |
Octal | 310 | 324 | 315 | 6 | 0 | 3 | 21 | 221 | 14 | 121 |
Binary | 11001000 | 11010100 | 11001101 | 110 | 0 | 11 | 10001 | 10010001 | 1100 | 1010001 |
Color Harmonies of #C8D4CD
Complementary color
Monochromatic Colors of #C8D4CD
Black with #C8D4CD
Text Example
Text Example
White with #C8D4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D4CD; }
p { color: rgb(200,212,205); }
H1.HeaderClassName
{
color: #C8D4CD;
}
.AnyTagClassName
{
color: #C8D4CD;
}
</style>
background-color css
<style>
a { background-color: #C8D4CD; }
a { background-color: rgb(200,212,205); }
div.DivClassName
{
background-color: #C8D4CD;
}
.BgClassName
{
background-color: #C8D4CD;
}
</style>
border-color css
<style>
span { border-color: #C8D4CD; }
span { border-color: rgb(200,212,205); }
td.TdClassName
{
border-color: #C8D4CD;
}
.TagClassName
{
border-color: #C8D4CD;
}
</style>