Shades of Melrose #C7BFED
Tints of Melrose #C7BFED
RGB
CMYK
RGB Variations
Color information
#C7BFED (or 0xC7BFED) is known color: Melrose. HEX triplet: C7, BF and ED. RGB value is (199,191,237). Sum of RGB (Red+Green+Blue) = 199+191+237=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #C7BFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BFED is #384012. Grayscale: #C6C6C6. Windows color (decimal): -3686419 or 15581127. OLE color: 15581127.
HSL color Cylindrical-coordinate representation of color #C7BFED: hue angle of 250.43º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7BFED is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 191 | 237 | - |
CMYK | 0.16 | 0.19 | 0 | 0.07 |
HSL | 250.43º | 0.56% | 0.84% | - |
HSV(B) | 250.43º | 0.19% | 0.93% | - |
XYZ | 57.47 | 55.52 | 87.81 | - |
YUV | 198.64 | 149.65 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 191 | 237 | 0.16 | 0.19 | 0 | 0.07 | 250.43 | 0.56 | 0.84 |
Hex | C7 | BF | ED | 10 | 13 | 0 | 7 | FA | 38 | 54 |
Octal | 307 | 277 | 355 | 20 | 23 | 0 | 7 | 372 | 70 | 124 |
Binary | 11000111 | 10111111 | 11101101 | 10000 | 10011 | 0 | 111 | 11111010 | 111000 | 1010100 |
Color Harmonies of #C7BFED
Complementary color
Monochromatic Colors of #C7BFED
Black with #C7BFED
Text Example
Text Example
White with #C7BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFED; }
p { color: rgb(199,191,237); }
H1.HeaderClassName
{
color: #C7BFED;
}
.AnyTagClassName
{
color: #C7BFED;
}
</style>
background-color css
<style>
a { background-color: #C7BFED; }
a { background-color: rgb(199,191,237); }
div.DivClassName
{
background-color: #C7BFED;
}
.BgClassName
{
background-color: #C7BFED;
}
</style>
border-color css
<style>
span { border-color: #C7BFED; }
span { border-color: rgb(199,191,237); }
td.TdClassName
{
border-color: #C7BFED;
}
.TagClassName
{
border-color: #C7BFED;
}
</style>