Shades of Melrose #C2BDD7
Tints of Melrose #C2BDD7
RGB
CMYK
RGB Variations
Color information
#C2BDD7 (or 0xC2BDD7) is known color: Melrose. HEX triplet: C2, BD and D7. RGB value is (194,189,215). Sum of RGB (Red+Green+Blue) = 194+189+215=598 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.44% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #C2BDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDD7 is #3D4228. Grayscale: #C1C1C1. Windows color (decimal): -4014633 or 14138818. OLE color: 14138818.
HSL color Cylindrical-coordinate representation of color #C2BDD7: hue angle of 251.54º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2BDD7 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 189 | 215 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.16 |
| HSL | 251.54º | 0.25% | 0.79% | - |
| HSV(B) | 251.54º | 0.12% | 0.84% | - |
| XYZ | 52.71 | 52.77 | 71.7 | - |
| YUV | 193.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 215 | 0.10 | 0.12 | 0 | 0.16 | 251.54 | 0.25 | 0.79 |
| Hex | C2 | BD | D7 | A | C | 0 | 10 | FC | 19 | 4F |
| Octal | 302 | 275 | 327 | 12 | 14 | 0 | 20 | 374 | 31 | 117 |
| Binary | 11000010 | 10111101 | 11010111 | 1010 | 1100 | 0 | 10000 | 11111100 | 11001 | 1001111 |
Color Harmonies of #C2BDD7
Complementary color
Monochromatic Colors of #C2BDD7
Black with #C2BDD7
Text Example
Text Example
White with #C2BDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BDD7; }
p { color: rgb(194,189,215); }
H1.HeaderClassName
{
color: #C2BDD7;
}
.AnyTagClassName
{
color: #C2BDD7;
}
</style>
background-color css
<style>
a { background-color: #C2BDD7; }
a { background-color: rgb(194,189,215); }
div.DivClassName
{
background-color: #C2BDD7;
}
.BgClassName
{
background-color: #C2BDD7;
}
</style>
border-color css
<style>
span { border-color: #C2BDD7; }
span { border-color: rgb(194,189,215); }
td.TdClassName
{
border-color: #C2BDD7;
}
.TagClassName
{
border-color: #C2BDD7;
}
</style>