Shades of Melrose #C7BEDA
Tints of Melrose #C7BEDA
RGB
CMYK
RGB Variations
Color information
#C7BEDA (or 0xC7BEDA) is known color: Melrose. HEX triplet: C7, BE and DA. RGB value is (199,190,218). Sum of RGB (Red+Green+Blue) = 199+190+218=607 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.78% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #C7BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BEDA is #384125. Grayscale: #C3C3C3. Windows color (decimal): -3686694 or 14335687. OLE color: 14335687.
HSL color Cylindrical-coordinate representation of color #C7BEDA: hue angle of 259.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7BEDA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 199 | 190 | 218 | - |
CMYK | 0.09 | 0.13 | 0 | 0.15 |
HSL | 259.29º | 0.27% | 0.8% | - |
HSV(B) | 259.29º | 0.13% | 0.85% | - |
XYZ | 54.62 | 54.03 | 73.88 | - |
YUV | 195.88 | 140.48 | 130.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 218 | 0.09 | 0.13 | 0 | 0.15 | 259.29 | 0.27 | 0.8 |
Hex | C7 | BE | DA | 9 | D | 0 | F | 103 | 1B | 50 |
Octal | 307 | 276 | 332 | 11 | 15 | 0 | 17 | 403 | 33 | 120 |
Binary | 11000111 | 10111110 | 11011010 | 1001 | 1101 | 0 | 1111 | 100000011 | 11011 | 1010000 |
Color Harmonies of #C7BEDA
Complementary color
Monochromatic Colors of #C7BEDA
Black with #C7BEDA
Text Example
Text Example
White with #C7BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEDA; }
p { color: rgb(199,190,218); }
H1.HeaderClassName
{
color: #C7BEDA;
}
.AnyTagClassName
{
color: #C7BEDA;
}
</style>
background-color css
<style>
a { background-color: #C7BEDA; }
a { background-color: rgb(199,190,218); }
div.DivClassName
{
background-color: #C7BEDA;
}
.BgClassName
{
background-color: #C7BEDA;
}
</style>
border-color css
<style>
span { border-color: #C7BEDA; }
span { border-color: rgb(199,190,218); }
td.TdClassName
{
border-color: #C7BEDA;
}
.TagClassName
{
border-color: #C7BEDA;
}
</style>