Shades of Melrose #C4BEDF
Tints of Melrose #C4BEDF
RGB
CMYK
RGB Variations
Color information
#C4BEDF (or 0xC4BEDF) is known color: Melrose. HEX triplet: C4, BE and DF. RGB value is (196,190,223). Sum of RGB (Red+Green+Blue) = 196+190+223=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BEDF is #3B4120. Grayscale: #C3C3C3. Windows color (decimal): -3883297 or 14663364. OLE color: 14663364.
HSL color Cylindrical-coordinate representation of color #C4BEDF: hue angle of 250.91º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4BEDF is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 190 | 223 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.13 |
| HSL | 250.91º | 0.34% | 0.81% | - |
| HSV(B) | 250.91º | 0.15% | 0.87% | - |
| XYZ | 54.5 | 53.89 | 77.34 | - |
| YUV | 195.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 223 | 0.12 | 0.15 | 0 | 0.13 | 250.91 | 0.34 | 0.81 |
| Hex | C4 | BE | DF | C | F | 0 | D | FB | 22 | 51 |
| Octal | 304 | 276 | 337 | 14 | 17 | 0 | 15 | 373 | 42 | 121 |
| Binary | 11000100 | 10111110 | 11011111 | 1100 | 1111 | 0 | 1101 | 11111011 | 100010 | 1010001 |
Color Harmonies of #C4BEDF
Complementary color
Monochromatic Colors of #C4BEDF
Black with #C4BEDF
Text Example
Text Example
White with #C4BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BEDF; }
p { color: rgb(196,190,223); }
H1.HeaderClassName
{
color: #C4BEDF;
}
.AnyTagClassName
{
color: #C4BEDF;
}
</style>
background-color css
<style>
a { background-color: #C4BEDF; }
a { background-color: rgb(196,190,223); }
div.DivClassName
{
background-color: #C4BEDF;
}
.BgClassName
{
background-color: #C4BEDF;
}
</style>
border-color css
<style>
span { border-color: #C4BEDF; }
span { border-color: rgb(196,190,223); }
td.TdClassName
{
border-color: #C4BEDF;
}
.TagClassName
{
border-color: #C4BEDF;
}
</style>