Shades of Melrose #C6C2D9
Tints of Melrose #C6C2D9
RGB
CMYK
RGB Variations
Color information
#C6C2D9 (or 0xC6C2D9) is known color: Melrose. HEX triplet: C6, C2 and D9. RGB value is (198,194,217). Sum of RGB (Red+Green+Blue) = 198+194+217=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 217 - color contains mainly: blue. Hex color #C6C2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C2D9 is #393D26. Grayscale: #C5C5C5. Windows color (decimal): -3751207 or 14271174. OLE color: 14271174.
HSL color Cylindrical-coordinate representation of color #C6C2D9: hue angle of 250.43º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6C2D9 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 198 | 194 | 217 | - |
CMYK | 0.09 | 0.11 | 0 | 0.15 |
HSL | 250.43º | 0.23% | 0.81% | - |
HSV(B) | 250.43º | 0.11% | 0.85% | - |
XYZ | 55.1 | 55.6 | 73.47 | - |
YUV | 197.82 | 138.83 | 128.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 194 | 217 | 0.09 | 0.11 | 0 | 0.15 | 250.43 | 0.23 | 0.81 |
Hex | C6 | C2 | D9 | 9 | B | 0 | F | FA | 17 | 51 |
Octal | 306 | 302 | 331 | 11 | 13 | 0 | 17 | 372 | 27 | 121 |
Binary | 11000110 | 11000010 | 11011001 | 1001 | 1011 | 0 | 1111 | 11111010 | 10111 | 1010001 |
Color Harmonies of #C6C2D9
Complementary color
Monochromatic Colors of #C6C2D9
Black with #C6C2D9
Text Example
Text Example
White with #C6C2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C2D9; }
p { color: rgb(198,194,217); }
H1.HeaderClassName
{
color: #C6C2D9;
}
.AnyTagClassName
{
color: #C6C2D9;
}
</style>
background-color css
<style>
a { background-color: #C6C2D9; }
a { background-color: rgb(198,194,217); }
div.DivClassName
{
background-color: #C6C2D9;
}
.BgClassName
{
background-color: #C6C2D9;
}
</style>
border-color css
<style>
span { border-color: #C6C2D9; }
span { border-color: rgb(198,194,217); }
td.TdClassName
{
border-color: #C6C2D9;
}
.TagClassName
{
border-color: #C6C2D9;
}
</style>