Shades of Melrose #C4BFDA
Tints of Melrose #C4BFDA
RGB
CMYK
RGB Variations
Color information
#C4BFDA (or 0xC4BFDA) is known color: Melrose. HEX triplet: C4, BF and DA. RGB value is (196,191,218). Sum of RGB (Red+Green+Blue) = 196+191+218=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4BFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BFDA is #3B4025. Grayscale: #C3C3C3. Windows color (decimal): -3883046 or 14335940. OLE color: 14335940.
HSL color Cylindrical-coordinate representation of color #C4BFDA: hue angle of 251.11º degrees, saturation: 0.27, 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 #C4BFDA is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 191 | 218 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.15 |
| HSL | 251.11º | 0.27% | 0.8% | - |
| HSV(B) | 251.11º | 0.12% | 0.85% | - |
| XYZ | 54.05 | 54.06 | 73.92 | - |
| YUV | 195.57 | 140.66 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 218 | 0.10 | 0.12 | 0 | 0.15 | 251.11 | 0.27 | 0.8 |
| Hex | C4 | BF | DA | A | C | 0 | F | FB | 1B | 50 |
| Octal | 304 | 277 | 332 | 12 | 14 | 0 | 17 | 373 | 33 | 120 |
| Binary | 11000100 | 10111111 | 11011010 | 1010 | 1100 | 0 | 1111 | 11111011 | 11011 | 1010000 |
Color Harmonies of #C4BFDA
Complementary color
Monochromatic Colors of #C4BFDA
Black with #C4BFDA
Text Example
Text Example
White with #C4BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BFDA; }
p { color: rgb(196,191,218); }
H1.HeaderClassName
{
color: #C4BFDA;
}
.AnyTagClassName
{
color: #C4BFDA;
}
</style>
background-color css
<style>
a { background-color: #C4BFDA; }
a { background-color: rgb(196,191,218); }
div.DivClassName
{
background-color: #C4BFDA;
}
.BgClassName
{
background-color: #C4BFDA;
}
</style>
border-color css
<style>
span { border-color: #C4BFDA; }
span { border-color: rgb(196,191,218); }
td.TdClassName
{
border-color: #C4BFDA;
}
.TagClassName
{
border-color: #C4BFDA;
}
</style>