Shades of Melrose #C3BDDA
Tints of Melrose #C3BDDA
RGB
CMYK
RGB Variations
Color information
#C3BDDA (or 0xC3BDDA) is known color: Melrose. HEX triplet: C3, BD and DA. RGB value is (195,189,218). Sum of RGB (Red+Green+Blue) = 195+189+218=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3BDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDDA is #3C4225. Grayscale: #C1C1C1. Windows color (decimal): -3949094 or 14335427. OLE color: 14335427.
HSL color Cylindrical-coordinate representation of color #C3BDDA: hue angle of 252.41º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3BDDA is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 189 | 218 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.15 |
| HSL | 252.41º | 0.28% | 0.8% | - |
| HSV(B) | 252.41º | 0.13% | 0.85% | - |
| XYZ | 53.36 | 53.06 | 73.76 | - |
| YUV | 194.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 218 | 0.11 | 0.13 | 0 | 0.15 | 252.41 | 0.28 | 0.8 |
| Hex | C3 | BD | DA | B | D | 0 | F | FC | 1C | 50 |
| Octal | 303 | 275 | 332 | 13 | 15 | 0 | 17 | 374 | 34 | 120 |
| Binary | 11000011 | 10111101 | 11011010 | 1011 | 1101 | 0 | 1111 | 11111100 | 11100 | 1010000 |
Color Harmonies of #C3BDDA
Complementary color
Monochromatic Colors of #C3BDDA
Black with #C3BDDA
Text Example
Text Example
White with #C3BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDDA; }
p { color: rgb(195,189,218); }
H1.HeaderClassName
{
color: #C3BDDA;
}
.AnyTagClassName
{
color: #C3BDDA;
}
</style>
background-color css
<style>
a { background-color: #C3BDDA; }
a { background-color: rgb(195,189,218); }
div.DivClassName
{
background-color: #C3BDDA;
}
.BgClassName
{
background-color: #C3BDDA;
}
</style>
border-color css
<style>
span { border-color: #C3BDDA; }
span { border-color: rgb(195,189,218); }
td.TdClassName
{
border-color: #C3BDDA;
}
.TagClassName
{
border-color: #C3BDDA;
}
</style>