Shades of Melrose #C3BBDA
Tints of Melrose #C3BBDA
RGB
CMYK
RGB Variations
Color information
#C3BBDA (or 0xC3BBDA) is known color: Melrose. HEX triplet: C3, BB and DA. RGB value is (195,187,218). Sum of RGB (Red+Green+Blue) = 195+187+218=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3BBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BBDA is #3C4425. Grayscale: #C0C0C0. Windows color (decimal): -3949606 or 14334915. OLE color: 14334915.
HSL color Cylindrical-coordinate representation of color #C3BBDA: hue angle of 255.48º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3BBDA is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 187 | 218 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.15 |
| HSL | 255.48º | 0.3% | 0.79% | - |
| HSV(B) | 255.48º | 0.14% | 0.85% | - |
| XYZ | 52.93 | 52.2 | 73.62 | - |
| YUV | 192.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 218 | 0.11 | 0.14 | 0 | 0.15 | 255.48 | 0.3 | 0.79 |
| Hex | C3 | BB | DA | B | E | 0 | F | FF | 1E | 4F |
| Octal | 303 | 273 | 332 | 13 | 16 | 0 | 17 | 377 | 36 | 117 |
| Binary | 11000011 | 10111011 | 11011010 | 1011 | 1110 | 0 | 1111 | 11111111 | 11110 | 1001111 |
Color Harmonies of #C3BBDA
Complementary color
Monochromatic Colors of #C3BBDA
Black with #C3BBDA
Text Example
Text Example
White with #C3BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBDA; }
p { color: rgb(195,187,218); }
H1.HeaderClassName
{
color: #C3BBDA;
}
.AnyTagClassName
{
color: #C3BBDA;
}
</style>
background-color css
<style>
a { background-color: #C3BBDA; }
a { background-color: rgb(195,187,218); }
div.DivClassName
{
background-color: #C3BBDA;
}
.BgClassName
{
background-color: #C3BBDA;
}
</style>
border-color css
<style>
span { border-color: #C3BBDA; }
span { border-color: rgb(195,187,218); }
td.TdClassName
{
border-color: #C3BBDA;
}
.TagClassName
{
border-color: #C3BBDA;
}
</style>