Shades of Melrose #C7C3DE
Tints of Melrose #C7C3DE
RGB
CMYK
RGB Variations
Color information
#C7C3DE (or 0xC7C3DE) is known color: Melrose. HEX triplet: C7, C3 and DE. RGB value is (199,195,222). Sum of RGB (Red+Green+Blue) = 199+195+222=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7C3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C3DE is #383C21. Grayscale: #C7C7C7. Windows color (decimal): -3685410 or 14599111. OLE color: 14599111.
HSL color Cylindrical-coordinate representation of color #C7C3DE: hue angle of 248.89º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7C3DE is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 195 | 222 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.13 |
| HSL | 248.89º | 0.29% | 0.82% | - |
| HSV(B) | 248.89º | 0.12% | 0.87% | - |
| XYZ | 56.25 | 56.45 | 77.04 | - |
| YUV | 199.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 222 | 0.10 | 0.12 | 0 | 0.13 | 248.89 | 0.29 | 0.82 |
| Hex | C7 | C3 | DE | A | C | 0 | D | F9 | 1D | 52 |
| Octal | 307 | 303 | 336 | 12 | 14 | 0 | 15 | 371 | 35 | 122 |
| Binary | 11000111 | 11000011 | 11011110 | 1010 | 1100 | 0 | 1101 | 11111001 | 11101 | 1010010 |
Color Harmonies of #C7C3DE
Complementary color
Monochromatic Colors of #C7C3DE
Black with #C7C3DE
Text Example
Text Example
White with #C7C3DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C3DE; }
p { color: rgb(199,195,222); }
H1.HeaderClassName
{
color: #C7C3DE;
}
.AnyTagClassName
{
color: #C7C3DE;
}
</style>
background-color css
<style>
a { background-color: #C7C3DE; }
a { background-color: rgb(199,195,222); }
div.DivClassName
{
background-color: #C7C3DE;
}
.BgClassName
{
background-color: #C7C3DE;
}
</style>
border-color css
<style>
span { border-color: #C7C3DE; }
span { border-color: rgb(199,195,222); }
td.TdClassName
{
border-color: #C7C3DE;
}
.TagClassName
{
border-color: #C7C3DE;
}
</style>