Shades of Melrose #C7BDEF
Tints of Melrose #C7BDEF
RGB
CMYK
RGB Variations
Color information
#C7BDEF (or 0xC7BDEF) is known color: Melrose. HEX triplet: C7, BD and EF. RGB value is (199,189,239). Sum of RGB (Red+Green+Blue) = 199+189+239=627 (83% of max value = 765). Red value is 199 (78.12% from 255 or 31.74% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #C7BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C7BDEF is #384210. Grayscale: #C5C5C5. Windows color (decimal): -3686929 or 15711687. OLE color: 15711687.
HSL color Cylindrical-coordinate representation of color #C7BDEF: hue angle of 252º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7BDEF is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 199 | 189 | 239 | - |
CMYK | 0.17 | 0.21 | 0 | 0.06 |
HSL | 252º | 0.61% | 0.84% | - |
HSV(B) | 252º | 0.21% | 0.94% | - |
XYZ | 57.33 | 54.77 | 89.21 | - |
YUV | 197.69 | 151.31 | 128.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 189 | 239 | 0.17 | 0.21 | 0 | 0.06 | 252 | 0.61 | 0.84 |
Hex | C7 | BD | EF | 11 | 15 | 0 | 6 | FC | 3D | 54 |
Octal | 307 | 275 | 357 | 21 | 25 | 0 | 6 | 374 | 75 | 124 |
Binary | 11000111 | 10111101 | 11101111 | 10001 | 10101 | 0 | 110 | 11111100 | 111101 | 1010100 |
Color Harmonies of #C7BDEF
Complementary color
Monochromatic Colors of #C7BDEF
Black with #C7BDEF
Text Example
Text Example
White with #C7BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BDEF; }
p { color: rgb(199,189,239); }
H1.HeaderClassName
{
color: #C7BDEF;
}
.AnyTagClassName
{
color: #C7BDEF;
}
</style>
background-color css
<style>
a { background-color: #C7BDEF; }
a { background-color: rgb(199,189,239); }
div.DivClassName
{
background-color: #C7BDEF;
}
.BgClassName
{
background-color: #C7BDEF;
}
</style>
border-color css
<style>
span { border-color: #C7BDEF; }
span { border-color: rgb(199,189,239); }
td.TdClassName
{
border-color: #C7BDEF;
}
.TagClassName
{
border-color: #C7BDEF;
}
</style>