Shades of Melrose #C7BEEA
Tints of Melrose #C7BEEA
RGB
CMYK
RGB Variations
Color information
#C7BEEA (or 0xC7BEEA) is known color: Melrose. HEX triplet: C7, BE and EA. RGB value is (199,190,234). Sum of RGB (Red+Green+Blue) = 199+190+234=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #C7BEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BEEA is #384115. Grayscale: #C5C5C5. Windows color (decimal): -3686678 or 15384263. OLE color: 15384263.
HSL color Cylindrical-coordinate representation of color #C7BEEA: hue angle of 252.27º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7BEEA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 199 | 190 | 234 | - |
CMYK | 0.15 | 0.19 | 0 | 0.08 |
HSL | 252.27º | 0.51% | 0.83% | - |
HSV(B) | 252.27º | 0.19% | 0.92% | - |
XYZ | 56.82 | 54.91 | 85.45 | - |
YUV | 197.71 | 148.48 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 234 | 0.15 | 0.19 | 0 | 0.08 | 252.27 | 0.51 | 0.83 |
Hex | C7 | BE | EA | F | 13 | 0 | 8 | FC | 33 | 53 |
Octal | 307 | 276 | 352 | 17 | 23 | 0 | 10 | 374 | 63 | 123 |
Binary | 11000111 | 10111110 | 11101010 | 1111 | 10011 | 0 | 1000 | 11111100 | 110011 | 1010011 |
Color Harmonies of #C7BEEA
Complementary color
Monochromatic Colors of #C7BEEA
Black with #C7BEEA
Text Example
Text Example
White with #C7BEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEEA; }
p { color: rgb(199,190,234); }
H1.HeaderClassName
{
color: #C7BEEA;
}
.AnyTagClassName
{
color: #C7BEEA;
}
</style>
background-color css
<style>
a { background-color: #C7BEEA; }
a { background-color: rgb(199,190,234); }
div.DivClassName
{
background-color: #C7BEEA;
}
.BgClassName
{
background-color: #C7BEEA;
}
</style>
border-color css
<style>
span { border-color: #C7BEEA; }
span { border-color: rgb(199,190,234); }
td.TdClassName
{
border-color: #C7BEEA;
}
.TagClassName
{
border-color: #C7BEEA;
}
</style>