Shades of Melrose #C2B7DC
Tints of Melrose #C2B7DC
RGB
CMYK
RGB Variations
Color information
#C2B7DC (or 0xC2B7DC) is known color: Melrose. HEX triplet: C2, B7 and DC. RGB value is (194,183,220). Sum of RGB (Red+Green+Blue) = 194+183+220=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #C2B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B7DC is #3D4823. Grayscale: #BEBEBE. Windows color (decimal): -4016164 or 14464962. OLE color: 14464962.
HSL color Cylindrical-coordinate representation of color #C2B7DC: hue angle of 257.84º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2B7DC is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 194 | 183 | 220 | - |
CMYK | 0.12 | 0.17 | 0 | 0.14 |
HSL | 257.84º | 0.35% | 0.79% | - |
HSV(B) | 257.84º | 0.17% | 0.86% | - |
XYZ | 52.1 | 50.5 | 74.71 | - |
YUV | 190.51 | 144.64 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 183 | 220 | 0.12 | 0.17 | 0 | 0.14 | 257.84 | 0.35 | 0.79 |
Hex | C2 | B7 | DC | C | 11 | 0 | E | 102 | 23 | 4F |
Octal | 302 | 267 | 334 | 14 | 21 | 0 | 16 | 402 | 43 | 117 |
Binary | 11000010 | 10110111 | 11011100 | 1100 | 10001 | 0 | 1110 | 100000010 | 100011 | 1001111 |
Color Harmonies of #C2B7DC
Complementary color
Monochromatic Colors of #C2B7DC
Black with #C2B7DC
Text Example
Text Example
White with #C2B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B7DC; }
p { color: rgb(194,183,220); }
H1.HeaderClassName
{
color: #C2B7DC;
}
.AnyTagClassName
{
color: #C2B7DC;
}
</style>
background-color css
<style>
a { background-color: #C2B7DC; }
a { background-color: rgb(194,183,220); }
div.DivClassName
{
background-color: #C2B7DC;
}
.BgClassName
{
background-color: #C2B7DC;
}
</style>
border-color css
<style>
span { border-color: #C2B7DC; }
span { border-color: rgb(194,183,220); }
td.TdClassName
{
border-color: #C2B7DC;
}
.TagClassName
{
border-color: #C2B7DC;
}
</style>