Shades of Melrose #C2B6DD
Tints of Melrose #C2B6DD
RGB
CMYK
RGB Variations
Color information
#C2B6DD (or 0xC2B6DD) is known color: Melrose. HEX triplet: C2, B6 and DD. RGB value is (194,182,221). Sum of RGB (Red+Green+Blue) = 194+182+221=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2B6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B6DD is #3D4922. Grayscale: #BDBDBD. Windows color (decimal): -4016419 or 14530242. OLE color: 14530242.
HSL color Cylindrical-coordinate representation of color #C2B6DD: hue angle of 258.46º degrees, saturation: 0.36, 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 #C2B6DD is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 182 | 221 | - |
CMYK | 0.12 | 0.18 | 0 | 0.13 |
HSL | 258.46º | 0.36% | 0.79% | - |
HSV(B) | 258.46º | 0.18% | 0.87% | - |
XYZ | 52.03 | 50.15 | 75.34 | - |
YUV | 190.03 | 145.48 | 130.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 182 | 221 | 0.12 | 0.18 | 0 | 0.13 | 258.46 | 0.36 | 0.79 |
Hex | C2 | B6 | DD | C | 12 | 0 | D | 102 | 24 | 4F |
Octal | 302 | 266 | 335 | 14 | 22 | 0 | 15 | 402 | 44 | 117 |
Binary | 11000010 | 10110110 | 11011101 | 1100 | 10010 | 0 | 1101 | 100000010 | 100100 | 1001111 |
Color Harmonies of #C2B6DD
Complementary color
Monochromatic Colors of #C2B6DD
Black with #C2B6DD
Text Example
Text Example
White with #C2B6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B6DD; }
p { color: rgb(194,182,221); }
H1.HeaderClassName
{
color: #C2B6DD;
}
.AnyTagClassName
{
color: #C2B6DD;
}
</style>
background-color css
<style>
a { background-color: #C2B6DD; }
a { background-color: rgb(194,182,221); }
div.DivClassName
{
background-color: #C2B6DD;
}
.BgClassName
{
background-color: #C2B6DD;
}
</style>
border-color css
<style>
span { border-color: #C2B6DD; }
span { border-color: rgb(194,182,221); }
td.TdClassName
{
border-color: #C2B6DD;
}
.TagClassName
{
border-color: #C2B6DD;
}
</style>