Shades of Melrose #C8BBF2
Tints of Melrose #C8BBF2
RGB
CMYK
RGB Variations
Color information
#C8BBF2 (or 0xC8BBF2) is known color: Melrose. HEX triplet: C8, BB and F2. RGB value is (200,187,242). Sum of RGB (Red+Green+Blue) = 200+187+242=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #C8BBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBF2 is #37440D. Grayscale: #C4C4C4. Windows color (decimal): -3621902 or 15907784. OLE color: 15907784.
HSL color Cylindrical-coordinate representation of color #C8BBF2: hue angle of 254.18º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8BBF2 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 187 | 242 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.05 |
| HSL | 254.18º | 0.68% | 0.84% | - |
| HSV(B) | 254.18º | 0.23% | 0.95% | - |
| XYZ | 57.62 | 54.23 | 91.44 | - |
| YUV | 197.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 242 | 0.17 | 0.23 | 0 | 0.05 | 254.18 | 0.68 | 0.84 |
| Hex | C8 | BB | F2 | 11 | 17 | 0 | 5 | FE | 44 | 54 |
| Octal | 310 | 273 | 362 | 21 | 27 | 0 | 5 | 376 | 104 | 124 |
| Binary | 11001000 | 10111011 | 11110010 | 10001 | 10111 | 0 | 101 | 11111110 | 1000100 | 1010100 |
Color Harmonies of #C8BBF2
Complementary color
Monochromatic Colors of #C8BBF2
Black with #C8BBF2
Text Example
Text Example
White with #C8BBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBF2; }
p { color: rgb(200,187,242); }
H1.HeaderClassName
{
color: #C8BBF2;
}
.AnyTagClassName
{
color: #C8BBF2;
}
</style>
background-color css
<style>
a { background-color: #C8BBF2; }
a { background-color: rgb(200,187,242); }
div.DivClassName
{
background-color: #C8BBF2;
}
.BgClassName
{
background-color: #C8BBF2;
}
</style>
border-color css
<style>
span { border-color: #C8BBF2; }
span { border-color: rgb(200,187,242); }
td.TdClassName
{
border-color: #C8BBF2;
}
.TagClassName
{
border-color: #C8BBF2;
}
</style>