Shades of Melrose #C4BFDE
Tints of Melrose #C4BFDE
RGB
CMYK
RGB Variations
Color information
#C4BFDE (or 0xC4BFDE) is known color: Melrose. HEX triplet: C4, BF and DE. RGB value is (196,191,222). Sum of RGB (Red+Green+Blue) = 196+191+222=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4BFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFDE is #3B4021. Grayscale: #C3C3C3. Windows color (decimal): -3883042 or 14598084. OLE color: 14598084.
HSL color Cylindrical-coordinate representation of color #C4BFDE: hue angle of 249.68º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BFDE is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 191 | 222 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.13 |
| HSL | 249.68º | 0.32% | 0.81% | - |
| HSV(B) | 249.68º | 0.14% | 0.87% | - |
| XYZ | 54.58 | 54.27 | 76.71 | - |
| YUV | 196.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 222 | 0.12 | 0.14 | 0 | 0.13 | 249.68 | 0.32 | 0.81 |
| Hex | C4 | BF | DE | C | E | 0 | D | FA | 20 | 51 |
| Octal | 304 | 277 | 336 | 14 | 16 | 0 | 15 | 372 | 40 | 121 |
| Binary | 11000100 | 10111111 | 11011110 | 1100 | 1110 | 0 | 1101 | 11111010 | 100000 | 1010001 |
Color Harmonies of #C4BFDE
Complementary color
Monochromatic Colors of #C4BFDE
Black with #C4BFDE
Text Example
Text Example
White with #C4BFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFDE; }
p { color: rgb(196,191,222); }
H1.HeaderClassName
{
color: #C4BFDE;
}
.AnyTagClassName
{
color: #C4BFDE;
}
</style>
background-color css
<style>
a { background-color: #C4BFDE; }
a { background-color: rgb(196,191,222); }
div.DivClassName
{
background-color: #C4BFDE;
}
.BgClassName
{
background-color: #C4BFDE;
}
</style>
border-color css
<style>
span { border-color: #C4BFDE; }
span { border-color: rgb(196,191,222); }
td.TdClassName
{
border-color: #C4BFDE;
}
.TagClassName
{
border-color: #C4BFDE;
}
</style>