Shades of Melrose #C6BFD9
Tints of Melrose #C6BFD9
RGB
CMYK
RGB Variations
Color information
#C6BFD9 (or 0xC6BFD9) is known color: Melrose. HEX triplet: C6, BF and D9. RGB value is (198,191,217). Sum of RGB (Red+Green+Blue) = 198+191+217=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #C6BFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFD9 is #394026. Grayscale: #C3C3C3. Windows color (decimal): -3751975 or 14270406. OLE color: 14270406.
HSL color Cylindrical-coordinate representation of color #C6BFD9: hue angle of 256.15º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6BFD9 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 198 | 191 | 217 | - |
CMYK | 0.09 | 0.12 | 0 | 0.15 |
HSL | 256.15º | 0.25% | 0.8% | - |
HSV(B) | 256.15º | 0.12% | 0.85% | - |
XYZ | 54.44 | 54.28 | 73.25 | - |
YUV | 196.06 | 139.82 | 129.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 191 | 217 | 0.09 | 0.12 | 0 | 0.15 | 256.15 | 0.25 | 0.8 |
Hex | C6 | BF | D9 | 9 | C | 0 | F | 100 | 19 | 50 |
Octal | 306 | 277 | 331 | 11 | 14 | 0 | 17 | 400 | 31 | 120 |
Binary | 11000110 | 10111111 | 11011001 | 1001 | 1100 | 0 | 1111 | 100000000 | 11001 | 1010000 |
Color Harmonies of #C6BFD9
Complementary color
Monochromatic Colors of #C6BFD9
Black with #C6BFD9
Text Example
Text Example
White with #C6BFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFD9; }
p { color: rgb(198,191,217); }
H1.HeaderClassName
{
color: #C6BFD9;
}
.AnyTagClassName
{
color: #C6BFD9;
}
</style>
background-color css
<style>
a { background-color: #C6BFD9; }
a { background-color: rgb(198,191,217); }
div.DivClassName
{
background-color: #C6BFD9;
}
.BgClassName
{
background-color: #C6BFD9;
}
</style>
border-color css
<style>
span { border-color: #C6BFD9; }
span { border-color: rgb(198,191,217); }
td.TdClassName
{
border-color: #C6BFD9;
}
.TagClassName
{
border-color: #C6BFD9;
}
</style>