Shades of Melrose #C4BFD5
Tints of Melrose #C4BFD5
RGB
CMYK
RGB Variations
Color information
#C4BFD5 (or 0xC4BFD5) is known color: Melrose. HEX triplet: C4, BF and D5. RGB value is (196,191,213). Sum of RGB (Red+Green+Blue) = 196+191+213=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 213 - color contains mainly: blue. Hex color #C4BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFD5 is #3B402A. Grayscale: #C2C2C2. Windows color (decimal): -3883051 or 14008260. OLE color: 14008260.
HSL color Cylindrical-coordinate representation of color #C4BFD5: hue angle of 253.64º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4BFD5 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 196 | 191 | 213 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.16 |
| HSL | 253.64º | 0.21% | 0.79% | - |
| HSV(B) | 253.64º | 0.1% | 0.84% | - |
| XYZ | 53.41 | 53.8 | 70.52 | - |
| YUV | 195 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 213 | 0.08 | 0.10 | 0 | 0.16 | 253.64 | 0.21 | 0.79 |
| Hex | C4 | BF | D5 | 8 | A | 0 | 10 | FE | 15 | 4F |
| Octal | 304 | 277 | 325 | 10 | 12 | 0 | 20 | 376 | 25 | 117 |
| Binary | 11000100 | 10111111 | 11010101 | 1000 | 1010 | 0 | 10000 | 11111110 | 10101 | 1001111 |
Color Harmonies of #C4BFD5
Complementary color
Monochromatic Colors of #C4BFD5
Black with #C4BFD5
Text Example
Text Example
White with #C4BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFD5; }
p { color: rgb(196,191,213); }
H1.HeaderClassName
{
color: #C4BFD5;
}
.AnyTagClassName
{
color: #C4BFD5;
}
</style>
background-color css
<style>
a { background-color: #C4BFD5; }
a { background-color: rgb(196,191,213); }
div.DivClassName
{
background-color: #C4BFD5;
}
.BgClassName
{
background-color: #C4BFD5;
}
</style>
border-color css
<style>
span { border-color: #C4BFD5; }
span { border-color: rgb(196,191,213); }
td.TdClassName
{
border-color: #C4BFD5;
}
.TagClassName
{
border-color: #C4BFD5;
}
</style>