Shades of Melrose #C7B9ED
Tints of Melrose #C7B9ED
RGB
CMYK
RGB Variations
Color information
#C7B9ED (or 0xC7B9ED) is known color: Melrose. HEX triplet: C7, B9 and ED. RGB value is (199,185,237). Sum of RGB (Red+Green+Blue) = 199+185+237=621 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.05% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7B9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7B9ED is #384612. Grayscale: #C2C2C2. Windows color (decimal): -3687955 or 15579591. OLE color: 15579591.
HSL color Cylindrical-coordinate representation of color #C7B9ED: hue angle of 256.15º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7B9ED is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 185 | 237 | - |
CMYK | 0.16 | 0.22 | 0 | 0.07 |
HSL | 256.15º | 0.59% | 0.83% | - |
HSV(B) | 256.15º | 0.22% | 0.93% | - |
XYZ | 56.19 | 52.95 | 87.38 | - |
YUV | 195.11 | 151.64 | 130.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 185 | 237 | 0.16 | 0.22 | 0 | 0.07 | 256.15 | 0.59 | 0.83 |
Hex | C7 | B9 | ED | 10 | 16 | 0 | 7 | 100 | 3B | 53 |
Octal | 307 | 271 | 355 | 20 | 26 | 0 | 7 | 400 | 73 | 123 |
Binary | 11000111 | 10111001 | 11101101 | 10000 | 10110 | 0 | 111 | 100000000 | 111011 | 1010011 |
Color Harmonies of #C7B9ED
Complementary color
Monochromatic Colors of #C7B9ED
Black with #C7B9ED
Text Example
Text Example
White with #C7B9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B9ED; }
p { color: rgb(199,185,237); }
H1.HeaderClassName
{
color: #C7B9ED;
}
.AnyTagClassName
{
color: #C7B9ED;
}
</style>
background-color css
<style>
a { background-color: #C7B9ED; }
a { background-color: rgb(199,185,237); }
div.DivClassName
{
background-color: #C7B9ED;
}
.BgClassName
{
background-color: #C7B9ED;
}
</style>
border-color css
<style>
span { border-color: #C7B9ED; }
span { border-color: rgb(199,185,237); }
td.TdClassName
{
border-color: #C7B9ED;
}
.TagClassName
{
border-color: #C7B9ED;
}
</style>