Shades of Melrose #C8C3D9
Tints of Melrose #C8C3D9
RGB
CMYK
RGB Variations
Color information
#C8C3D9 (or 0xC8C3D9) is known color: Melrose. HEX triplet: C8, C3 and D9. RGB value is (200,195,217). Sum of RGB (Red+Green+Blue) = 200+195+217=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 217 - color contains mainly: blue. Hex color #C8C3D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3D9 is #373C26. Grayscale: #C6C6C6. Windows color (decimal): -3619879 or 14271432. OLE color: 14271432.
HSL color Cylindrical-coordinate representation of color #C8C3D9: hue angle of 253.64º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8C3D9 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 200 | 195 | 217 | - |
CMYK | 0.08 | 0.10 | 0 | 0.15 |
HSL | 253.64º | 0.22% | 0.81% | - |
HSV(B) | 253.64º | 0.1% | 0.85% | - |
XYZ | 55.86 | 56.32 | 73.57 | - |
YUV | 199 | 138.16 | 128.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 195 | 217 | 0.08 | 0.10 | 0 | 0.15 | 253.64 | 0.22 | 0.81 |
Hex | C8 | C3 | D9 | 8 | A | 0 | F | FE | 16 | 51 |
Octal | 310 | 303 | 331 | 10 | 12 | 0 | 17 | 376 | 26 | 121 |
Binary | 11001000 | 11000011 | 11011001 | 1000 | 1010 | 0 | 1111 | 11111110 | 10110 | 1010001 |
Color Harmonies of #C8C3D9
Complementary color
Monochromatic Colors of #C8C3D9
Black with #C8C3D9
Text Example
Text Example
White with #C8C3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3D9; }
p { color: rgb(200,195,217); }
H1.HeaderClassName
{
color: #C8C3D9;
}
.AnyTagClassName
{
color: #C8C3D9;
}
</style>
background-color css
<style>
a { background-color: #C8C3D9; }
a { background-color: rgb(200,195,217); }
div.DivClassName
{
background-color: #C8C3D9;
}
.BgClassName
{
background-color: #C8C3D9;
}
</style>
border-color css
<style>
span { border-color: #C8C3D9; }
span { border-color: rgb(200,195,217); }
td.TdClassName
{
border-color: #C8C3D9;
}
.TagClassName
{
border-color: #C8C3D9;
}
</style>