Shades of Melrose #C3BAEF
Tints of Melrose #C3BAEF
RGB
CMYK
RGB Variations
Color information
#C3BAEF (or 0xC3BAEF) is known color: Melrose. HEX triplet: C3, BA and EF. RGB value is (195,186,239). Sum of RGB (Red+Green+Blue) = 195+186+239=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 186 (73.05% from 255 or 30% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3BAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BAEF is #3C4510. Grayscale: #C2C2C2. Windows color (decimal): -3949841 or 15710915. OLE color: 15710915.
HSL color Cylindrical-coordinate representation of color #C3BAEF: hue angle of 250.19º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3BAEF is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 186 | 239 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.06 |
| HSL | 250.19º | 0.62% | 0.83% | - |
| HSV(B) | 250.19º | 0.22% | 0.94% | - |
| XYZ | 55.64 | 52.95 | 88.95 | - |
| YUV | 194.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 239 | 0.18 | 0.22 | 0 | 0.06 | 250.19 | 0.62 | 0.83 |
| Hex | C3 | BA | EF | 12 | 16 | 0 | 6 | FA | 3E | 53 |
| Octal | 303 | 272 | 357 | 22 | 26 | 0 | 6 | 372 | 76 | 123 |
| Binary | 11000011 | 10111010 | 11101111 | 10010 | 10110 | 0 | 110 | 11111010 | 111110 | 1010011 |
Color Harmonies of #C3BAEF
Complementary color
Monochromatic Colors of #C3BAEF
Black with #C3BAEF
Text Example
Text Example
White with #C3BAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAEF; }
p { color: rgb(195,186,239); }
H1.HeaderClassName
{
color: #C3BAEF;
}
.AnyTagClassName
{
color: #C3BAEF;
}
</style>
background-color css
<style>
a { background-color: #C3BAEF; }
a { background-color: rgb(195,186,239); }
div.DivClassName
{
background-color: #C3BAEF;
}
.BgClassName
{
background-color: #C3BAEF;
}
</style>
border-color css
<style>
span { border-color: #C3BAEF; }
span { border-color: rgb(195,186,239); }
td.TdClassName
{
border-color: #C3BAEF;
}
.TagClassName
{
border-color: #C3BAEF;
}
</style>