Shades of Melrose #C3B9DD
Tints of Melrose #C3B9DD
RGB
CMYK
RGB Variations
Color information
#C3B9DD (or 0xC3B9DD) is known color: Melrose. HEX triplet: C3, B9 and DD. RGB value is (195,185,221). Sum of RGB (Red+Green+Blue) = 195+185+221=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 185 (72.66% from 255 or 30.78% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B9DD is #3C4622. Grayscale: #BFBFBF. Windows color (decimal): -3950115 or 14531011. OLE color: 14531011.
HSL color Cylindrical-coordinate representation of color #C3B9DD: hue angle of 256.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3B9DD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 195 | 185 | 221 | - |
CMYK | 0.12 | 0.16 | 0 | 0.13 |
HSL | 256.67º | 0.35% | 0.8% | - |
HSV(B) | 256.67º | 0.16% | 0.87% | - |
XYZ | 52.91 | 51.52 | 75.56 | - |
YUV | 192.09 | 144.31 | 130.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 185 | 221 | 0.12 | 0.16 | 0 | 0.13 | 256.67 | 0.35 | 0.8 |
Hex | C3 | B9 | DD | C | 10 | 0 | D | 101 | 23 | 50 |
Octal | 303 | 271 | 335 | 14 | 20 | 0 | 15 | 401 | 43 | 120 |
Binary | 11000011 | 10111001 | 11011101 | 1100 | 10000 | 0 | 1101 | 100000001 | 100011 | 1010000 |
Color Harmonies of #C3B9DD
Complementary color
Monochromatic Colors of #C3B9DD
Black with #C3B9DD
Text Example
Text Example
White with #C3B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B9DD; }
p { color: rgb(195,185,221); }
H1.HeaderClassName
{
color: #C3B9DD;
}
.AnyTagClassName
{
color: #C3B9DD;
}
</style>
background-color css
<style>
a { background-color: #C3B9DD; }
a { background-color: rgb(195,185,221); }
div.DivClassName
{
background-color: #C3B9DD;
}
.BgClassName
{
background-color: #C3B9DD;
}
</style>
border-color css
<style>
span { border-color: #C3B9DD; }
span { border-color: rgb(195,185,221); }
td.TdClassName
{
border-color: #C3B9DD;
}
.TagClassName
{
border-color: #C3B9DD;
}
</style>