Shades of Melrose #C8B2FE
Tints of Melrose #C8B2FE
RGB
CMYK
RGB Variations
Color information
#C8B2FE (or 0xC8B2FE) is known color: Melrose. HEX triplet: C8, B2 and FE. RGB value is (200,178,254). Sum of RGB (Red+Green+Blue) = 200+178+254=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 178 (69.92% from 255 or 28.16% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8B2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B2FE is #374D01. Grayscale: #C0C0C0. Windows color (decimal): -3624194 or 16691912. OLE color: 16691912.
HSL color Cylindrical-coordinate representation of color #C8B2FE: hue angle of 257.37º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8B2FE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 178 | 254 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.00 |
| HSL | 257.37º | 0.97% | 0.85% | - |
| HSV(B) | 257.37º | 0.3% | 1% | - |
| XYZ | 57.63 | 51.28 | 100.63 | - |
| YUV | 193.24 | 162.29 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 178 | 254 | 0.21 | 0.30 | 0 | 0.00 | 257.37 | 0.97 | 0.85 |
| Hex | C8 | B2 | FE | 15 | 1E | 0 | 0 | 101 | 61 | 55 |
| Octal | 310 | 262 | 376 | 25 | 36 | 0 | 0 | 401 | 141 | 125 |
| Binary | 11001000 | 10110010 | 11111110 | 10101 | 11110 | 0 | 0 | 100000001 | 1100001 | 1010101 |
Color Harmonies of #C8B2FE
Complementary color
Monochromatic Colors of #C8B2FE
Black with #C8B2FE
Text Example
Text Example
White with #C8B2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B2FE; }
p { color: rgb(200,178,254); }
H1.HeaderClassName
{
color: #C8B2FE;
}
.AnyTagClassName
{
color: #C8B2FE;
}
</style>
background-color css
<style>
a { background-color: #C8B2FE; }
a { background-color: rgb(200,178,254); }
div.DivClassName
{
background-color: #C8B2FE;
}
.BgClassName
{
background-color: #C8B2FE;
}
</style>
border-color css
<style>
span { border-color: #C8B2FE; }
span { border-color: rgb(200,178,254); }
td.TdClassName
{
border-color: #C8B2FE;
}
.TagClassName
{
border-color: #C8B2FE;
}
</style>