Shades of Melrose #C8BFEC
Tints of Melrose #C8BFEC
RGB
CMYK
RGB Variations
Color information
#C8BFEC (or 0xC8BFEC) is known color: Melrose. HEX triplet: C8, BF and EC. RGB value is (200,191,236). Sum of RGB (Red+Green+Blue) = 200+191+236=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BFEC is #374013. Grayscale: #C6C6C6. Windows color (decimal): -3620884 or 15515592. OLE color: 15515592.
HSL color Cylindrical-coordinate representation of color #C8BFEC: hue angle of 252º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8BFEC is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 200 | 191 | 236 | - |
CMYK | 0.15 | 0.19 | 0 | 0.07 |
HSL | 252º | 0.54% | 0.84% | - |
HSV(B) | 252º | 0.19% | 0.93% | - |
XYZ | 57.59 | 55.6 | 87.05 | - |
YUV | 198.82 | 148.98 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 191 | 236 | 0.15 | 0.19 | 0 | 0.07 | 252 | 0.54 | 0.84 |
Hex | C8 | BF | EC | F | 13 | 0 | 7 | FC | 36 | 54 |
Octal | 310 | 277 | 354 | 17 | 23 | 0 | 7 | 374 | 66 | 124 |
Binary | 11001000 | 10111111 | 11101100 | 1111 | 10011 | 0 | 111 | 11111100 | 110110 | 1010100 |
Color Harmonies of #C8BFEC
Complementary color
Monochromatic Colors of #C8BFEC
Black with #C8BFEC
Text Example
Text Example
White with #C8BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFEC; }
p { color: rgb(200,191,236); }
H1.HeaderClassName
{
color: #C8BFEC;
}
.AnyTagClassName
{
color: #C8BFEC;
}
</style>
background-color css
<style>
a { background-color: #C8BFEC; }
a { background-color: rgb(200,191,236); }
div.DivClassName
{
background-color: #C8BFEC;
}
.BgClassName
{
background-color: #C8BFEC;
}
</style>
border-color css
<style>
span { border-color: #C8BFEC; }
span { border-color: rgb(200,191,236); }
td.TdClassName
{
border-color: #C8BFEC;
}
.TagClassName
{
border-color: #C8BFEC;
}
</style>