Shades of Melrose #C3BEDF
Tints of Melrose #C3BEDF
RGB
CMYK
RGB Variations
Color information
#C3BEDF (or 0xC3BEDF) is known color: Melrose. HEX triplet: C3, BE and DF. RGB value is (195,190,223). Sum of RGB (Red+Green+Blue) = 195+190+223=608 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.07% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEDF is #3C4120. Grayscale: #C3C3C3. Windows color (decimal): -3948833 or 14663363. OLE color: 14663363.
HSL color Cylindrical-coordinate representation of color #C3BEDF: hue angle of 249.09º 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 #C3BEDF is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 190 | 223 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.13 |
| HSL | 249.09º | 0.34% | 0.81% | - |
| HSV(B) | 249.09º | 0.15% | 0.87% | - |
| XYZ | 54.24 | 53.76 | 77.33 | - |
| YUV | 195.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 223 | 0.13 | 0.15 | 0 | 0.13 | 249.09 | 0.34 | 0.81 |
| Hex | C3 | BE | DF | D | F | 0 | D | F9 | 22 | 51 |
| Octal | 303 | 276 | 337 | 15 | 17 | 0 | 15 | 371 | 42 | 121 |
| Binary | 11000011 | 10111110 | 11011111 | 1101 | 1111 | 0 | 1101 | 11111001 | 100010 | 1010001 |
Color Harmonies of #C3BEDF
Complementary color
Monochromatic Colors of #C3BEDF
Black with #C3BEDF
Text Example
Text Example
White with #C3BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEDF; }
p { color: rgb(195,190,223); }
H1.HeaderClassName
{
color: #C3BEDF;
}
.AnyTagClassName
{
color: #C3BEDF;
}
</style>
background-color css
<style>
a { background-color: #C3BEDF; }
a { background-color: rgb(195,190,223); }
div.DivClassName
{
background-color: #C3BEDF;
}
.BgClassName
{
background-color: #C3BEDF;
}
</style>
border-color css
<style>
span { border-color: #C3BEDF; }
span { border-color: rgb(195,190,223); }
td.TdClassName
{
border-color: #C3BEDF;
}
.TagClassName
{
border-color: #C3BEDF;
}
</style>