Shades of Melrose #C3BEDD
Tints of Melrose #C3BEDD
RGB
CMYK
RGB Variations
Color information
#C3BEDD (or 0xC3BEDD) is known color: Melrose. HEX triplet: C3, BE and DD. RGB value is (195,190,221). Sum of RGB (Red+Green+Blue) = 195+190+221=606 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.18% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEDD is #3C4122. Grayscale: #C2C2C2. Windows color (decimal): -3948835 or 14532291. OLE color: 14532291.
HSL color Cylindrical-coordinate representation of color #C3BEDD: hue angle of 249.68º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3BEDD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 190 | 221 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.13 |
| HSL | 249.68º | 0.31% | 0.81% | - |
| HSV(B) | 249.68º | 0.14% | 0.87% | - |
| XYZ | 53.97 | 53.65 | 75.92 | - |
| YUV | 195.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 221 | 0.12 | 0.14 | 0 | 0.13 | 249.68 | 0.31 | 0.81 |
| Hex | C3 | BE | DD | C | E | 0 | D | FA | 1F | 51 |
| Octal | 303 | 276 | 335 | 14 | 16 | 0 | 15 | 372 | 37 | 121 |
| Binary | 11000011 | 10111110 | 11011101 | 1100 | 1110 | 0 | 1101 | 11111010 | 11111 | 1010001 |
Color Harmonies of #C3BEDD
Complementary color
Monochromatic Colors of #C3BEDD
Black with #C3BEDD
Text Example
Text Example
White with #C3BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEDD; }
p { color: rgb(195,190,221); }
H1.HeaderClassName
{
color: #C3BEDD;
}
.AnyTagClassName
{
color: #C3BEDD;
}
</style>
background-color css
<style>
a { background-color: #C3BEDD; }
a { background-color: rgb(195,190,221); }
div.DivClassName
{
background-color: #C3BEDD;
}
.BgClassName
{
background-color: #C3BEDD;
}
</style>
border-color css
<style>
span { border-color: #C3BEDD; }
span { border-color: rgb(195,190,221); }
td.TdClassName
{
border-color: #C3BEDD;
}
.TagClassName
{
border-color: #C3BEDD;
}
</style>