Shades of Melrose #C8B8F3
Tints of Melrose #C8B8F3
RGB
CMYK
RGB Variations
Color information
#C8B8F3 (or 0xC8B8F3) is known color: Melrose. HEX triplet: C8, B8 and F3. RGB value is (200,184,243). Sum of RGB (Red+Green+Blue) = 200+184+243=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 184 (72.27% from 255 or 29.35% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8B8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B8F3 is #37470C. Grayscale: #C3C3C3. Windows color (decimal): -3622669 or 15972552. OLE color: 15972552.
HSL color Cylindrical-coordinate representation of color #C8B8F3: hue angle of 256.27º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8B8F3 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 184 | 243 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.05 |
| HSL | 256.27º | 0.71% | 0.84% | - |
| HSV(B) | 256.27º | 0.24% | 0.95% | - |
| XYZ | 57.14 | 53.03 | 92.02 | - |
| YUV | 195.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 243 | 0.18 | 0.24 | 0 | 0.05 | 256.27 | 0.71 | 0.84 |
| Hex | C8 | B8 | F3 | 12 | 18 | 0 | 5 | 100 | 47 | 54 |
| Octal | 310 | 270 | 363 | 22 | 30 | 0 | 5 | 400 | 107 | 124 |
| Binary | 11001000 | 10111000 | 11110011 | 10010 | 11000 | 0 | 101 | 100000000 | 1000111 | 1010100 |
Color Harmonies of #C8B8F3
Complementary color
Monochromatic Colors of #C8B8F3
Black with #C8B8F3
Text Example
Text Example
White with #C8B8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B8F3; }
p { color: rgb(200,184,243); }
H1.HeaderClassName
{
color: #C8B8F3;
}
.AnyTagClassName
{
color: #C8B8F3;
}
</style>
background-color css
<style>
a { background-color: #C8B8F3; }
a { background-color: rgb(200,184,243); }
div.DivClassName
{
background-color: #C8B8F3;
}
.BgClassName
{
background-color: #C8B8F3;
}
</style>
border-color css
<style>
span { border-color: #C8B8F3; }
span { border-color: rgb(200,184,243); }
td.TdClassName
{
border-color: #C8B8F3;
}
.TagClassName
{
border-color: #C8B8F3;
}
</style>