Shades of Melrose #C8BDEF
Tints of Melrose #C8BDEF
RGB
CMYK
RGB Variations
Color information
#C8BDEF (or 0xC8BDEF) is known color: Melrose. HEX triplet: C8, BD and EF. RGB value is (200,189,239). Sum of RGB (Red+Green+Blue) = 200+189+239=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 239 (93.75% from 255 or 38.06% from 628); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BDEF is #374210. Grayscale: #C5C5C5. Windows color (decimal): -3621393 or 15711688. OLE color: 15711688.
HSL color Cylindrical-coordinate representation of color #C8BDEF: hue angle of 253.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8BDEF is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 189 | 239 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.06 |
| HSL | 253.2º | 0.61% | 0.84% | - |
| HSV(B) | 253.2º | 0.21% | 0.94% | - |
| XYZ | 57.6 | 54.91 | 89.22 | - |
| YUV | 197.99 | 151.14 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 239 | 0.16 | 0.21 | 0 | 0.06 | 253.2 | 0.61 | 0.84 |
| Hex | C8 | BD | EF | 10 | 15 | 0 | 6 | FD | 3D | 54 |
| Octal | 310 | 275 | 357 | 20 | 25 | 0 | 6 | 375 | 75 | 124 |
| Binary | 11001000 | 10111101 | 11101111 | 10000 | 10101 | 0 | 110 | 11111101 | 111101 | 1010100 |
Color Harmonies of #C8BDEF
Complementary color
Monochromatic Colors of #C8BDEF
Black with #C8BDEF
Text Example
Text Example
White with #C8BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDEF; }
p { color: rgb(200,189,239); }
H1.HeaderClassName
{
color: #C8BDEF;
}
.AnyTagClassName
{
color: #C8BDEF;
}
</style>
background-color css
<style>
a { background-color: #C8BDEF; }
a { background-color: rgb(200,189,239); }
div.DivClassName
{
background-color: #C8BDEF;
}
.BgClassName
{
background-color: #C8BDEF;
}
</style>
border-color css
<style>
span { border-color: #C8BDEF; }
span { border-color: rgb(200,189,239); }
td.TdClassName
{
border-color: #C8BDEF;
}
.TagClassName
{
border-color: #C8BDEF;
}
</style>