Shades of Melrose #C3B8DD
Tints of Melrose #C3B8DD
RGB
CMYK
RGB Variations
Color information
#C3B8DD (or 0xC3B8DD) is known color: Melrose. HEX triplet: C3, B8 and DD. RGB value is (195,184,221). Sum of RGB (Red+Green+Blue) = 195+184+221=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3B8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B8DD is #3C4722. Grayscale: #BFBFBF. Windows color (decimal): -3950371 or 14530755. OLE color: 14530755.
HSL color Cylindrical-coordinate representation of color #C3B8DD: hue angle of 257.84º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3B8DD is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 184 | 221 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.13 |
| HSL | 257.84º | 0.35% | 0.79% | - |
| HSV(B) | 257.84º | 0.17% | 0.87% | - |
| XYZ | 52.7 | 51.1 | 75.49 | - |
| YUV | 191.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 184 | 221 | 0.12 | 0.17 | 0 | 0.13 | 257.84 | 0.35 | 0.79 |
| Hex | C3 | B8 | DD | C | 11 | 0 | D | 102 | 23 | 4F |
| Octal | 303 | 270 | 335 | 14 | 21 | 0 | 15 | 402 | 43 | 117 |
| Binary | 11000011 | 10111000 | 11011101 | 1100 | 10001 | 0 | 1101 | 100000010 | 100011 | 1001111 |
Color Harmonies of #C3B8DD
Complementary color
Monochromatic Colors of #C3B8DD
Black with #C3B8DD
Text Example
Text Example
White with #C3B8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B8DD; }
p { color: rgb(195,184,221); }
H1.HeaderClassName
{
color: #C3B8DD;
}
.AnyTagClassName
{
color: #C3B8DD;
}
</style>
background-color css
<style>
a { background-color: #C3B8DD; }
a { background-color: rgb(195,184,221); }
div.DivClassName
{
background-color: #C3B8DD;
}
.BgClassName
{
background-color: #C3B8DD;
}
</style>
border-color css
<style>
span { border-color: #C3B8DD; }
span { border-color: rgb(195,184,221); }
td.TdClassName
{
border-color: #C3B8DD;
}
.TagClassName
{
border-color: #C3B8DD;
}
</style>