Shades of Melrose #C8C3D7
Tints of Melrose #C8C3D7
RGB
CMYK
RGB Variations
Color information
#C8C3D7 (or 0xC8C3D7) is known color: Melrose. HEX triplet: C8, C3 and D7. RGB value is (200,195,215). Sum of RGB (Red+Green+Blue) = 200+195+215=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 215 - color contains mainly: blue. Hex color #C8C3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3D7 is #373C28. Grayscale: #C6C6C6. Windows color (decimal): -3619881 or 14140360. OLE color: 14140360.
HSL color Cylindrical-coordinate representation of color #C8C3D7: hue angle of 255º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C8C3D7 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 200 | 195 | 215 | - |
CMYK | 0.07 | 0.09 | 0 | 0.16 |
HSL | 255º | 0.2% | 0.8% | - |
HSV(B) | 255º | 0.09% | 0.84% | - |
XYZ | 55.6 | 56.22 | 72.21 | - |
YUV | 198.78 | 137.16 | 128.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 195 | 215 | 0.07 | 0.09 | 0 | 0.16 | 255 | 0.2 | 0.8 |
Hex | C8 | C3 | D7 | 7 | 9 | 0 | 10 | FF | 14 | 50 |
Octal | 310 | 303 | 327 | 7 | 11 | 0 | 20 | 377 | 24 | 120 |
Binary | 11001000 | 11000011 | 11010111 | 111 | 1001 | 0 | 10000 | 11111111 | 10100 | 1010000 |
Color Harmonies of #C8C3D7
Complementary color
Monochromatic Colors of #C8C3D7
Black with #C8C3D7
Text Example
Text Example
White with #C8C3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3D7; }
p { color: rgb(200,195,215); }
H1.HeaderClassName
{
color: #C8C3D7;
}
.AnyTagClassName
{
color: #C8C3D7;
}
</style>
background-color css
<style>
a { background-color: #C8C3D7; }
a { background-color: rgb(200,195,215); }
div.DivClassName
{
background-color: #C8C3D7;
}
.BgClassName
{
background-color: #C8C3D7;
}
</style>
border-color css
<style>
span { border-color: #C8C3D7; }
span { border-color: rgb(200,195,215); }
td.TdClassName
{
border-color: #C8C3D7;
}
.TagClassName
{
border-color: #C8C3D7;
}
</style>