Shades of Melrose #C6C2D7
Tints of Melrose #C6C2D7
RGB
CMYK
RGB Variations
Color information
#C6C2D7 (or 0xC6C2D7) is known color: Melrose. HEX triplet: C6, C2 and D7. RGB value is (198,194,215). Sum of RGB (Red+Green+Blue) = 198+194+215=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 194 (76.17% from 255 or 31.96% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 215 - color contains mainly: blue. Hex color #C6C2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C2D7 is #393D28. Grayscale: #C5C5C5. Windows color (decimal): -3751209 or 14140102. OLE color: 14140102.
HSL color Cylindrical-coordinate representation of color #C6C2D7: hue angle of 251.43º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6C2D7 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 194 | 215 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.16 |
| HSL | 251.43º | 0.21% | 0.8% | - |
| HSV(B) | 251.43º | 0.1% | 0.84% | - |
| XYZ | 54.85 | 55.5 | 72.11 | - |
| YUV | 197.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 215 | 0.08 | 0.10 | 0 | 0.16 | 251.43 | 0.21 | 0.8 |
| Hex | C6 | C2 | D7 | 8 | A | 0 | 10 | FB | 15 | 50 |
| Octal | 306 | 302 | 327 | 10 | 12 | 0 | 20 | 373 | 25 | 120 |
| Binary | 11000110 | 11000010 | 11010111 | 1000 | 1010 | 0 | 10000 | 11111011 | 10101 | 1010000 |
Color Harmonies of #C6C2D7
Complementary color
Monochromatic Colors of #C6C2D7
Black with #C6C2D7
Text Example
Text Example
White with #C6C2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C2D7; }
p { color: rgb(198,194,215); }
H1.HeaderClassName
{
color: #C6C2D7;
}
.AnyTagClassName
{
color: #C6C2D7;
}
</style>
background-color css
<style>
a { background-color: #C6C2D7; }
a { background-color: rgb(198,194,215); }
div.DivClassName
{
background-color: #C6C2D7;
}
.BgClassName
{
background-color: #C6C2D7;
}
</style>
border-color css
<style>
span { border-color: #C6C2D7; }
span { border-color: rgb(198,194,215); }
td.TdClassName
{
border-color: #C6C2D7;
}
.TagClassName
{
border-color: #C6C2D7;
}
</style>