Shades of Melrose #C8C1D9
Tints of Melrose #C8C1D9
RGB
CMYK
RGB Variations
Color information
#C8C1D9 (or 0xC8C1D9) is known color: Melrose. HEX triplet: C8, C1 and D9. RGB value is (200,193,217). Sum of RGB (Red+Green+Blue) = 200+193+217=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8C1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1D9 is #373E26. Grayscale: #C5C5C5. Windows color (decimal): -3620391 or 14270920. OLE color: 14270920.
HSL color Cylindrical-coordinate representation of color #C8C1D9: hue angle of 257.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8C1D9 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 193 | 217 | - |
CMYK | 0.08 | 0.11 | 0 | 0.15 |
HSL | 257.5º | 0.24% | 0.8% | - |
HSV(B) | 257.5º | 0.11% | 0.85% | - |
XYZ | 55.41 | 55.43 | 73.42 | - |
YUV | 197.83 | 138.82 | 129.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 193 | 217 | 0.08 | 0.11 | 0 | 0.15 | 257.5 | 0.24 | 0.8 |
Hex | C8 | C1 | D9 | 8 | B | 0 | F | 102 | 18 | 50 |
Octal | 310 | 301 | 331 | 10 | 13 | 0 | 17 | 402 | 30 | 120 |
Binary | 11001000 | 11000001 | 11011001 | 1000 | 1011 | 0 | 1111 | 100000010 | 11000 | 1010000 |
Color Harmonies of #C8C1D9
Complementary color
Monochromatic Colors of #C8C1D9
Black with #C8C1D9
Text Example
Text Example
White with #C8C1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C1D9; }
p { color: rgb(200,193,217); }
H1.HeaderClassName
{
color: #C8C1D9;
}
.AnyTagClassName
{
color: #C8C1D9;
}
</style>
background-color css
<style>
a { background-color: #C8C1D9; }
a { background-color: rgb(200,193,217); }
div.DivClassName
{
background-color: #C8C1D9;
}
.BgClassName
{
background-color: #C8C1D9;
}
</style>
border-color css
<style>
span { border-color: #C8C1D9; }
span { border-color: rgb(200,193,217); }
td.TdClassName
{
border-color: #C8C1D9;
}
.TagClassName
{
border-color: #C8C1D9;
}
</style>