Shades of Melrose #C8BDDF
Tints of Melrose #C8BDDF
RGB
CMYK
RGB Variations
Color information
#C8BDDF (or 0xC8BDDF) is known color: Melrose. HEX triplet: C8, BD and DF. RGB value is (200,189,223). Sum of RGB (Red+Green+Blue) = 200+189+223=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDDF is #374220. Grayscale: #C4C4C4. Windows color (decimal): -3621409 or 14663112. OLE color: 14663112.
HSL color Cylindrical-coordinate representation of color #C8BDDF: hue angle of 259.41º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8BDDF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 189 | 223 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.13 |
| HSL | 259.41º | 0.35% | 0.81% | - |
| HSV(B) | 259.41º | 0.15% | 0.87% | - |
| XYZ | 55.34 | 54 | 77.32 | - |
| YUV | 196.17 | 143.14 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 223 | 0.10 | 0.15 | 0 | 0.13 | 259.41 | 0.35 | 0.81 |
| Hex | C8 | BD | DF | A | F | 0 | D | 103 | 23 | 51 |
| Octal | 310 | 275 | 337 | 12 | 17 | 0 | 15 | 403 | 43 | 121 |
| Binary | 11001000 | 10111101 | 11011111 | 1010 | 1111 | 0 | 1101 | 100000011 | 100011 | 1010001 |
Color Harmonies of #C8BDDF
Complementary color
Monochromatic Colors of #C8BDDF
Black with #C8BDDF
Text Example
Text Example
White with #C8BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDDF; }
p { color: rgb(200,189,223); }
H1.HeaderClassName
{
color: #C8BDDF;
}
.AnyTagClassName
{
color: #C8BDDF;
}
</style>
background-color css
<style>
a { background-color: #C8BDDF; }
a { background-color: rgb(200,189,223); }
div.DivClassName
{
background-color: #C8BDDF;
}
.BgClassName
{
background-color: #C8BDDF;
}
</style>
border-color css
<style>
span { border-color: #C8BDDF; }
span { border-color: rgb(200,189,223); }
td.TdClassName
{
border-color: #C8BDDF;
}
.TagClassName
{
border-color: #C8BDDF;
}
</style>