Shades of Melrose #C3BDDC
Tints of Melrose #C3BDDC
RGB
CMYK
RGB Variations
Color information
#C3BDDC (or 0xC3BDDC) is known color: Melrose. HEX triplet: C3, BD and DC. RGB value is (195,189,220). Sum of RGB (Red+Green+Blue) = 195+189+220=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BDDC is #3C4223. Grayscale: #C2C2C2. Windows color (decimal): -3949092 or 14466499. OLE color: 14466499.
HSL color Cylindrical-coordinate representation of color #C3BDDC: hue angle of 251.61º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3BDDC is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 189 | 220 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.14 |
| HSL | 251.61º | 0.31% | 0.8% | - |
| HSV(B) | 251.61º | 0.14% | 0.86% | - |
| XYZ | 53.62 | 53.16 | 75.15 | - |
| YUV | 194.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 220 | 0.11 | 0.14 | 0 | 0.14 | 251.61 | 0.31 | 0.8 |
| Hex | C3 | BD | DC | B | E | 0 | E | FC | 1F | 50 |
| Octal | 303 | 275 | 334 | 13 | 16 | 0 | 16 | 374 | 37 | 120 |
| Binary | 11000011 | 10111101 | 11011100 | 1011 | 1110 | 0 | 1110 | 11111100 | 11111 | 1010000 |
Color Harmonies of #C3BDDC
Complementary color
Monochromatic Colors of #C3BDDC
Black with #C3BDDC
Text Example
Text Example
White with #C3BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDDC; }
p { color: rgb(195,189,220); }
H1.HeaderClassName
{
color: #C3BDDC;
}
.AnyTagClassName
{
color: #C3BDDC;
}
</style>
background-color css
<style>
a { background-color: #C3BDDC; }
a { background-color: rgb(195,189,220); }
div.DivClassName
{
background-color: #C3BDDC;
}
.BgClassName
{
background-color: #C3BDDC;
}
</style>
border-color css
<style>
span { border-color: #C3BDDC; }
span { border-color: rgb(195,189,220); }
td.TdClassName
{
border-color: #C3BDDC;
}
.TagClassName
{
border-color: #C3BDDC;
}
</style>