Shades of Melrose #C6BFD4
Tints of Melrose #C6BFD4
RGB
CMYK
RGB Variations
Color information
#C6BFD4 (or 0xC6BFD4) is known color: Melrose. HEX triplet: C6, BF and D4. RGB value is (198,191,212). Sum of RGB (Red+Green+Blue) = 198+191+212=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #C6BFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BFD4 is #39402B. Grayscale: #C3C3C3. Windows color (decimal): -3751980 or 13942726. OLE color: 13942726.
HSL color Cylindrical-coordinate representation of color #C6BFD4: hue angle of 260º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6BFD4 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 198 | 191 | 212 | - |
CMYK | 0.07 | 0.10 | 0 | 0.17 |
HSL | 260º | 0.2% | 0.79% | - |
HSV(B) | 260º | 0.1% | 0.83% | - |
XYZ | 53.8 | 54.02 | 69.88 | - |
YUV | 195.49 | 137.32 | 129.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 191 | 212 | 0.07 | 0.10 | 0 | 0.17 | 260 | 0.2 | 0.79 |
Hex | C6 | BF | D4 | 7 | A | 0 | 11 | 104 | 14 | 4F |
Octal | 306 | 277 | 324 | 7 | 12 | 0 | 21 | 404 | 24 | 117 |
Binary | 11000110 | 10111111 | 11010100 | 111 | 1010 | 0 | 10001 | 100000100 | 10100 | 1001111 |
Color Harmonies of #C6BFD4
Complementary color
Monochromatic Colors of #C6BFD4
Black with #C6BFD4
Text Example
Text Example
White with #C6BFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BFD4; }
p { color: rgb(198,191,212); }
H1.HeaderClassName
{
color: #C6BFD4;
}
.AnyTagClassName
{
color: #C6BFD4;
}
</style>
background-color css
<style>
a { background-color: #C6BFD4; }
a { background-color: rgb(198,191,212); }
div.DivClassName
{
background-color: #C6BFD4;
}
.BgClassName
{
background-color: #C6BFD4;
}
</style>
border-color css
<style>
span { border-color: #C6BFD4; }
span { border-color: rgb(198,191,212); }
td.TdClassName
{
border-color: #C6BFD4;
}
.TagClassName
{
border-color: #C6BFD4;
}
</style>