Shades of Melrose #C8BFEE
Tints of Melrose #C8BFEE
RGB
CMYK
RGB Variations
Color information
#C8BFEE (or 0xC8BFEE) is known color: Melrose. HEX triplet: C8, BF and EE. RGB value is (200,191,238). Sum of RGB (Red+Green+Blue) = 200+191+238=629 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.80% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFEE is #374011. Grayscale: #C6C6C6. Windows color (decimal): -3620882 or 15646664. OLE color: 15646664.
HSL color Cylindrical-coordinate representation of color #C8BFEE: hue angle of 251.49º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8BFEE is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 191 | 238 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.07 |
| HSL | 251.49º | 0.58% | 0.84% | - |
| HSV(B) | 251.49º | 0.2% | 0.93% | - |
| XYZ | 57.88 | 55.71 | 88.59 | - |
| YUV | 199.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 238 | 0.16 | 0.20 | 0 | 0.07 | 251.49 | 0.58 | 0.84 |
| Hex | C8 | BF | EE | 10 | 14 | 0 | 7 | FB | 3A | 54 |
| Octal | 310 | 277 | 356 | 20 | 24 | 0 | 7 | 373 | 72 | 124 |
| Binary | 11001000 | 10111111 | 11101110 | 10000 | 10100 | 0 | 111 | 11111011 | 111010 | 1010100 |
Color Harmonies of #C8BFEE
Complementary color
Monochromatic Colors of #C8BFEE
Black with #C8BFEE
Text Example
Text Example
White with #C8BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFEE; }
p { color: rgb(200,191,238); }
H1.HeaderClassName
{
color: #C8BFEE;
}
.AnyTagClassName
{
color: #C8BFEE;
}
</style>
background-color css
<style>
a { background-color: #C8BFEE; }
a { background-color: rgb(200,191,238); }
div.DivClassName
{
background-color: #C8BFEE;
}
.BgClassName
{
background-color: #C8BFEE;
}
</style>
border-color css
<style>
span { border-color: #C8BFEE; }
span { border-color: rgb(200,191,238); }
td.TdClassName
{
border-color: #C8BFEE;
}
.TagClassName
{
border-color: #C8BFEE;
}
</style>