Shades of Melrose #C8BFE3
Tints of Melrose #C8BFE3
RGB
CMYK
RGB Variations
Color information
#C8BFE3 (or 0xC8BFE3) is known color: Melrose. HEX triplet: C8, BF and E3. RGB value is (200,191,227). Sum of RGB (Red+Green+Blue) = 200+191+227=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8BFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFE3 is #37401C. Grayscale: #C5C5C5. Windows color (decimal): -3620893 or 14925768. OLE color: 14925768.
HSL color Cylindrical-coordinate representation of color #C8BFE3: hue angle of 255º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8BFE3 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 191 | 227 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.11 |
| HSL | 255º | 0.39% | 0.82% | - |
| HSV(B) | 255º | 0.16% | 0.89% | - |
| XYZ | 56.32 | 55.09 | 80.34 | - |
| YUV | 197.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 227 | 0.12 | 0.16 | 0 | 0.11 | 255 | 0.39 | 0.82 |
| Hex | C8 | BF | E3 | C | 10 | 0 | B | FF | 27 | 52 |
| Octal | 310 | 277 | 343 | 14 | 20 | 0 | 13 | 377 | 47 | 122 |
| Binary | 11001000 | 10111111 | 11100011 | 1100 | 10000 | 0 | 1011 | 11111111 | 100111 | 1010010 |
Color Harmonies of #C8BFE3
Complementary color
Monochromatic Colors of #C8BFE3
Black with #C8BFE3
Text Example
Text Example
White with #C8BFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFE3; }
p { color: rgb(200,191,227); }
H1.HeaderClassName
{
color: #C8BFE3;
}
.AnyTagClassName
{
color: #C8BFE3;
}
</style>
background-color css
<style>
a { background-color: #C8BFE3; }
a { background-color: rgb(200,191,227); }
div.DivClassName
{
background-color: #C8BFE3;
}
.BgClassName
{
background-color: #C8BFE3;
}
</style>
border-color css
<style>
span { border-color: #C8BFE3; }
span { border-color: rgb(200,191,227); }
td.TdClassName
{
border-color: #C8BFE3;
}
.TagClassName
{
border-color: #C8BFE3;
}
</style>