Shades of Melrose #C8C3DC
Tints of Melrose #C8C3DC
RGB
CMYK
RGB Variations
Color information
#C8C3DC (or 0xC8C3DC) is known color: Melrose. HEX triplet: C8, C3 and DC. RGB value is (200,195,220). Sum of RGB (Red+Green+Blue) = 200+195+220=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3DC is #373C23. Grayscale: #C7C7C7. Windows color (decimal): -3619876 or 14468040. OLE color: 14468040.
HSL color Cylindrical-coordinate representation of color #C8C3DC: hue angle of 252º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8C3DC is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 195 | 220 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.14 |
| HSL | 252º | 0.26% | 0.81% | - |
| HSV(B) | 252º | 0.11% | 0.86% | - |
| XYZ | 56.25 | 56.48 | 75.65 | - |
| YUV | 199.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 220 | 0.09 | 0.11 | 0 | 0.14 | 252 | 0.26 | 0.81 |
| Hex | C8 | C3 | DC | 9 | B | 0 | E | FC | 1A | 51 |
| Octal | 310 | 303 | 334 | 11 | 13 | 0 | 16 | 374 | 32 | 121 |
| Binary | 11001000 | 11000011 | 11011100 | 1001 | 1011 | 0 | 1110 | 11111100 | 11010 | 1010001 |
Color Harmonies of #C8C3DC
Complementary color
Monochromatic Colors of #C8C3DC
Black with #C8C3DC
Text Example
Text Example
White with #C8C3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3DC; }
p { color: rgb(200,195,220); }
H1.HeaderClassName
{
color: #C8C3DC;
}
.AnyTagClassName
{
color: #C8C3DC;
}
</style>
background-color css
<style>
a { background-color: #C8C3DC; }
a { background-color: rgb(200,195,220); }
div.DivClassName
{
background-color: #C8C3DC;
}
.BgClassName
{
background-color: #C8C3DC;
}
</style>
border-color css
<style>
span { border-color: #C8C3DC; }
span { border-color: rgb(200,195,220); }
td.TdClassName
{
border-color: #C8C3DC;
}
.TagClassName
{
border-color: #C8C3DC;
}
</style>