Shades of Melrose #C7C3EA
Tints of Melrose #C7C3EA
RGB
CMYK
RGB Variations
Color information
#C7C3EA (or 0xC7C3EA) is known color: Melrose. HEX triplet: C7, C3 and EA. RGB value is (199,195,234). Sum of RGB (Red+Green+Blue) = 199+195+234=628 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.69% from 628); Green value is 195 (76.56% from 255 or 31.05% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7C3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7C3EA is #383C15. Grayscale: #C8C8C8. Windows color (decimal): -3685398 or 15385543. OLE color: 15385543.
HSL color Cylindrical-coordinate representation of color #C7C3EA: hue angle of 246.15º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C7C3EA is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 195 | 234 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.08 |
| HSL | 246.15º | 0.48% | 0.84% | - |
| HSV(B) | 246.15º | 0.17% | 0.92% | - |
| XYZ | 57.92 | 57.11 | 85.81 | - |
| YUV | 200.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 234 | 0.15 | 0.17 | 0 | 0.08 | 246.15 | 0.48 | 0.84 |
| Hex | C7 | C3 | EA | F | 11 | 0 | 8 | F6 | 30 | 54 |
| Octal | 307 | 303 | 352 | 17 | 21 | 0 | 10 | 366 | 60 | 124 |
| Binary | 11000111 | 11000011 | 11101010 | 1111 | 10001 | 0 | 1000 | 11110110 | 110000 | 1010100 |
Color Harmonies of #C7C3EA
Complementary color
Monochromatic Colors of #C7C3EA
Black with #C7C3EA
Text Example
Text Example
White with #C7C3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C3EA; }
p { color: rgb(199,195,234); }
H1.HeaderClassName
{
color: #C7C3EA;
}
.AnyTagClassName
{
color: #C7C3EA;
}
</style>
background-color css
<style>
a { background-color: #C7C3EA; }
a { background-color: rgb(199,195,234); }
div.DivClassName
{
background-color: #C7C3EA;
}
.BgClassName
{
background-color: #C7C3EA;
}
</style>
border-color css
<style>
span { border-color: #C7C3EA; }
span { border-color: rgb(199,195,234); }
td.TdClassName
{
border-color: #C7C3EA;
}
.TagClassName
{
border-color: #C7C3EA;
}
</style>