Shades of Melrose #C3BEDA
Tints of Melrose #C3BEDA
RGB
CMYK
RGB Variations
Color information
#C3BEDA (or 0xC3BEDA) is known color: Melrose. HEX triplet: C3, BE and DA. RGB value is (195,190,218). Sum of RGB (Red+Green+Blue) = 195+190+218=603 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.34% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #C3BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEDA is #3C4125. Grayscale: #C2C2C2. Windows color (decimal): -3948838 or 14335683. OLE color: 14335683.
HSL color Cylindrical-coordinate representation of color #C3BEDA: hue angle of 250.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3BEDA is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 190 | 218 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.15 |
| HSL | 250.71º | 0.27% | 0.8% | - |
| HSV(B) | 250.71º | 0.13% | 0.85% | - |
| XYZ | 53.57 | 53.49 | 73.83 | - |
| YUV | 194.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 218 | 0.11 | 0.13 | 0 | 0.15 | 250.71 | 0.27 | 0.8 |
| Hex | C3 | BE | DA | B | D | 0 | F | FB | 1B | 50 |
| Octal | 303 | 276 | 332 | 13 | 15 | 0 | 17 | 373 | 33 | 120 |
| Binary | 11000011 | 10111110 | 11011010 | 1011 | 1101 | 0 | 1111 | 11111011 | 11011 | 1010000 |
Color Harmonies of #C3BEDA
Complementary color
Monochromatic Colors of #C3BEDA
Black with #C3BEDA
Text Example
Text Example
White with #C3BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEDA; }
p { color: rgb(195,190,218); }
H1.HeaderClassName
{
color: #C3BEDA;
}
.AnyTagClassName
{
color: #C3BEDA;
}
</style>
background-color css
<style>
a { background-color: #C3BEDA; }
a { background-color: rgb(195,190,218); }
div.DivClassName
{
background-color: #C3BEDA;
}
.BgClassName
{
background-color: #C3BEDA;
}
</style>
border-color css
<style>
span { border-color: #C3BEDA; }
span { border-color: rgb(195,190,218); }
td.TdClassName
{
border-color: #C3BEDA;
}
.TagClassName
{
border-color: #C3BEDA;
}
</style>