Shades of Melrose #C2B5DD
Tints of Melrose #C2B5DD
RGB
CMYK
RGB Variations
Color information
#C2B5DD (or 0xC2B5DD) is known color: Melrose. HEX triplet: C2, B5 and DD. RGB value is (194,181,221). Sum of RGB (Red+Green+Blue) = 194+181+221=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2B5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B5DD is #3D4A22. Grayscale: #BDBDBD. Windows color (decimal): -4016675 or 14529986. OLE color: 14529986.
HSL color Cylindrical-coordinate representation of color #C2B5DD: hue angle of 259.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2B5DD is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 181 | 221 | - |
CMYK | 0.12 | 0.18 | 0 | 0.13 |
HSL | 259.5º | 0.37% | 0.79% | - |
HSV(B) | 259.5º | 0.18% | 0.87% | - |
XYZ | 51.82 | 49.74 | 75.28 | - |
YUV | 189.45 | 145.81 | 131.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 181 | 221 | 0.12 | 0.18 | 0 | 0.13 | 259.5 | 0.37 | 0.79 |
Hex | C2 | B5 | DD | C | 12 | 0 | D | 104 | 25 | 4F |
Octal | 302 | 265 | 335 | 14 | 22 | 0 | 15 | 404 | 45 | 117 |
Binary | 11000010 | 10110101 | 11011101 | 1100 | 10010 | 0 | 1101 | 100000100 | 100101 | 1001111 |
Color Harmonies of #C2B5DD
Complementary color
Monochromatic Colors of #C2B5DD
Black with #C2B5DD
Text Example
Text Example
White with #C2B5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B5DD; }
p { color: rgb(194,181,221); }
H1.HeaderClassName
{
color: #C2B5DD;
}
.AnyTagClassName
{
color: #C2B5DD;
}
</style>
background-color css
<style>
a { background-color: #C2B5DD; }
a { background-color: rgb(194,181,221); }
div.DivClassName
{
background-color: #C2B5DD;
}
.BgClassName
{
background-color: #C2B5DD;
}
</style>
border-color css
<style>
span { border-color: #C2B5DD; }
span { border-color: rgb(194,181,221); }
td.TdClassName
{
border-color: #C2B5DD;
}
.TagClassName
{
border-color: #C2B5DD;
}
</style>