Shades of Melrose #C7BFDA
Tints of Melrose #C7BFDA
RGB
CMYK
RGB Variations
Color information
#C7BFDA (or 0xC7BFDA) is known color: Melrose. HEX triplet: C7, BF and DA. RGB value is (199,191,218). Sum of RGB (Red+Green+Blue) = 199+191+218=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BFDA is #384025. Grayscale: #C4C4C4. Windows color (decimal): -3686438 or 14335943. OLE color: 14335943.
HSL color Cylindrical-coordinate representation of color #C7BFDA: hue angle of 257.78º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7BFDA is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 191 | 218 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.15 |
| HSL | 257.78º | 0.27% | 0.8% | - |
| HSV(B) | 257.78º | 0.12% | 0.85% | - |
| XYZ | 54.84 | 54.47 | 73.95 | - |
| YUV | 196.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 218 | 0.09 | 0.12 | 0 | 0.15 | 257.78 | 0.27 | 0.8 |
| Hex | C7 | BF | DA | 9 | C | 0 | F | 102 | 1B | 50 |
| Octal | 307 | 277 | 332 | 11 | 14 | 0 | 17 | 402 | 33 | 120 |
| Binary | 11000111 | 10111111 | 11011010 | 1001 | 1100 | 0 | 1111 | 100000010 | 11011 | 1010000 |
Color Harmonies of #C7BFDA
Complementary color
Monochromatic Colors of #C7BFDA
Black with #C7BFDA
Text Example
Text Example
White with #C7BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BFDA; }
p { color: rgb(199,191,218); }
H1.HeaderClassName
{
color: #C7BFDA;
}
.AnyTagClassName
{
color: #C7BFDA;
}
</style>
background-color css
<style>
a { background-color: #C7BFDA; }
a { background-color: rgb(199,191,218); }
div.DivClassName
{
background-color: #C7BFDA;
}
.BgClassName
{
background-color: #C7BFDA;
}
</style>
border-color css
<style>
span { border-color: #C7BFDA; }
span { border-color: rgb(199,191,218); }
td.TdClassName
{
border-color: #C7BFDA;
}
.TagClassName
{
border-color: #C7BFDA;
}
</style>