Shades of Melrose #C8BFE1
Tints of Melrose #C8BFE1
RGB
CMYK
RGB Variations
Color information
#C8BFE1 (or 0xC8BFE1) is known color: Melrose. HEX triplet: C8, BF and E1. RGB value is (200,191,225). Sum of RGB (Red+Green+Blue) = 200+191+225=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 191 (75% from 255 or 31.01% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #C8BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFE1 is #37401E. Grayscale: #C5C5C5. Windows color (decimal): -3620895 or 14794696. OLE color: 14794696.
HSL color Cylindrical-coordinate representation of color #C8BFE1: hue angle of 255.88º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8BFE1 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 191 | 225 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.12 |
| HSL | 255.88º | 0.36% | 0.82% | - |
| HSV(B) | 255.88º | 0.15% | 0.88% | - |
| XYZ | 56.04 | 54.98 | 78.89 | - |
| YUV | 197.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 225 | 0.11 | 0.15 | 0 | 0.12 | 255.88 | 0.36 | 0.82 |
| Hex | C8 | BF | E1 | B | F | 0 | C | 100 | 24 | 52 |
| Octal | 310 | 277 | 341 | 13 | 17 | 0 | 14 | 400 | 44 | 122 |
| Binary | 11001000 | 10111111 | 11100001 | 1011 | 1111 | 0 | 1100 | 100000000 | 100100 | 1010010 |
Color Harmonies of #C8BFE1
Complementary color
Monochromatic Colors of #C8BFE1
Black with #C8BFE1
Text Example
Text Example
White with #C8BFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFE1; }
p { color: rgb(200,191,225); }
H1.HeaderClassName
{
color: #C8BFE1;
}
.AnyTagClassName
{
color: #C8BFE1;
}
</style>
background-color css
<style>
a { background-color: #C8BFE1; }
a { background-color: rgb(200,191,225); }
div.DivClassName
{
background-color: #C8BFE1;
}
.BgClassName
{
background-color: #C8BFE1;
}
</style>
border-color css
<style>
span { border-color: #C8BFE1; }
span { border-color: rgb(200,191,225); }
td.TdClassName
{
border-color: #C8BFE1;
}
.TagClassName
{
border-color: #C8BFE1;
}
</style>