Shades of Melrose #C2B5DC
Tints of Melrose #C2B5DC
RGB
CMYK
RGB Variations
Color information
#C2B5DC (or 0xC2B5DC) is known color: Melrose. HEX triplet: C2, B5 and DC. RGB value is (194,181,220). Sum of RGB (Red+Green+Blue) = 194+181+220=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 181 (71.09% from 255 or 30.42% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5DC is #3D4A23. Grayscale: #BDBDBD. Windows color (decimal): -4016676 or 14464450. OLE color: 14464450.
HSL color Cylindrical-coordinate representation of color #C2B5DC: hue angle of 260º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2B5DC is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 181 | 220 | - |
CMYK | 0.12 | 0.18 | 0 | 0.14 |
HSL | 260º | 0.36% | 0.79% | - |
HSV(B) | 260º | 0.18% | 0.86% | - |
XYZ | 51.69 | 49.68 | 74.58 | - |
YUV | 189.33 | 145.31 | 131.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 181 | 220 | 0.12 | 0.18 | 0 | 0.14 | 260 | 0.36 | 0.79 |
Hex | C2 | B5 | DC | C | 12 | 0 | E | 104 | 24 | 4F |
Octal | 302 | 265 | 334 | 14 | 22 | 0 | 16 | 404 | 44 | 117 |
Binary | 11000010 | 10110101 | 11011100 | 1100 | 10010 | 0 | 1110 | 100000100 | 100100 | 1001111 |
Color Harmonies of #C2B5DC
Complementary color
Monochromatic Colors of #C2B5DC
Black with #C2B5DC
Text Example
Text Example
White with #C2B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5DC; }
p { color: rgb(194,181,220); }
H1.HeaderClassName
{
color: #C2B5DC;
}
.AnyTagClassName
{
color: #C2B5DC;
}
</style>
background-color css
<style>
a { background-color: #C2B5DC; }
a { background-color: rgb(194,181,220); }
div.DivClassName
{
background-color: #C2B5DC;
}
.BgClassName
{
background-color: #C2B5DC;
}
</style>
border-color css
<style>
span { border-color: #C2B5DC; }
span { border-color: rgb(194,181,220); }
td.TdClassName
{
border-color: #C2B5DC;
}
.TagClassName
{
border-color: #C2B5DC;
}
</style>