Shades of Melrose #C3BED8
Tints of Melrose #C3BED8
RGB
CMYK
RGB Variations
Color information
#C3BED8 (or 0xC3BED8) is known color: Melrose. HEX triplet: C3, BE and D8. RGB value is (195,190,216). Sum of RGB (Red+Green+Blue) = 195+190+216=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3BED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BED8 is #3C4127. Grayscale: #C2C2C2. Windows color (decimal): -3948840 or 14204611. OLE color: 14204611.
HSL color Cylindrical-coordinate representation of color #C3BED8: hue angle of 251.54º degrees, saturation: 0.25, 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 #C3BED8 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 190 | 216 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.15 |
| HSL | 251.54º | 0.25% | 0.8% | - |
| HSV(B) | 251.54º | 0.12% | 0.85% | - |
| XYZ | 53.31 | 53.39 | 72.46 | - |
| YUV | 194.46 | 140.16 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 216 | 0.10 | 0.12 | 0 | 0.15 | 251.54 | 0.25 | 0.8 |
| Hex | C3 | BE | D8 | A | C | 0 | F | FC | 19 | 50 |
| Octal | 303 | 276 | 330 | 12 | 14 | 0 | 17 | 374 | 31 | 120 |
| Binary | 11000011 | 10111110 | 11011000 | 1010 | 1100 | 0 | 1111 | 11111100 | 11001 | 1010000 |
Color Harmonies of #C3BED8
Complementary color
Monochromatic Colors of #C3BED8
Black with #C3BED8
Text Example
Text Example
White with #C3BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BED8; }
p { color: rgb(195,190,216); }
H1.HeaderClassName
{
color: #C3BED8;
}
.AnyTagClassName
{
color: #C3BED8;
}
</style>
background-color css
<style>
a { background-color: #C3BED8; }
a { background-color: rgb(195,190,216); }
div.DivClassName
{
background-color: #C3BED8;
}
.BgClassName
{
background-color: #C3BED8;
}
</style>
border-color css
<style>
span { border-color: #C3BED8; }
span { border-color: rgb(195,190,216); }
td.TdClassName
{
border-color: #C3BED8;
}
.TagClassName
{
border-color: #C3BED8;
}
</style>