Shades of Melrose #C8BDF3
Tints of Melrose #C8BDF3
RGB
CMYK
RGB Variations
Color information
#C8BDF3 (or 0xC8BDF3) is known color: Melrose. HEX triplet: C8, BD and F3. RGB value is (200,189,243). Sum of RGB (Red+Green+Blue) = 200+189+243=632 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.65% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8BDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDF3 is #37420C. Grayscale: #C6C6C6. Windows color (decimal): -3621389 or 15973832. OLE color: 15973832.
HSL color Cylindrical-coordinate representation of color #C8BDF3: hue angle of 252.22º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BDF3 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 189 | 243 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.05 |
| HSL | 252.22º | 0.69% | 0.85% | - |
| HSV(B) | 252.22º | 0.22% | 0.95% | - |
| XYZ | 58.19 | 55.15 | 92.37 | - |
| YUV | 198.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 243 | 0.18 | 0.22 | 0 | 0.05 | 252.22 | 0.69 | 0.85 |
| Hex | C8 | BD | F3 | 12 | 16 | 0 | 5 | FC | 45 | 55 |
| Octal | 310 | 275 | 363 | 22 | 26 | 0 | 5 | 374 | 105 | 125 |
| Binary | 11001000 | 10111101 | 11110011 | 10010 | 10110 | 0 | 101 | 11111100 | 1000101 | 1010101 |
Color Harmonies of #C8BDF3
Complementary color
Monochromatic Colors of #C8BDF3
Black with #C8BDF3
Text Example
Text Example
White with #C8BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDF3; }
p { color: rgb(200,189,243); }
H1.HeaderClassName
{
color: #C8BDF3;
}
.AnyTagClassName
{
color: #C8BDF3;
}
</style>
background-color css
<style>
a { background-color: #C8BDF3; }
a { background-color: rgb(200,189,243); }
div.DivClassName
{
background-color: #C8BDF3;
}
.BgClassName
{
background-color: #C8BDF3;
}
</style>
border-color css
<style>
span { border-color: #C8BDF3; }
span { border-color: rgb(200,189,243); }
td.TdClassName
{
border-color: #C8BDF3;
}
.TagClassName
{
border-color: #C8BDF3;
}
</style>