Shades of Melrose #C3BCEF
Tints of Melrose #C3BCEF
RGB
CMYK
RGB Variations
Color information
#C3BCEF (or 0xC3BCEF) is known color: Melrose. HEX triplet: C3, BC and EF. RGB value is (195,188,239). Sum of RGB (Red+Green+Blue) = 195+188+239=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 188 (73.83% from 255 or 30.23% from 622); Blue value is 239 (93.75% from 255 or 38.42% from 622); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BCEF is #3C4310. Grayscale: #C3C3C3. Windows color (decimal): -3949329 or 15711427. OLE color: 15711427.
HSL color Cylindrical-coordinate representation of color #C3BCEF: hue angle of 248.24º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BCEF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 188 | 239 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.06 |
| HSL | 248.24º | 0.61% | 0.84% | - |
| HSV(B) | 248.24º | 0.21% | 0.94% | - |
| XYZ | 56.07 | 53.8 | 89.09 | - |
| YUV | 195.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 239 | 0.18 | 0.21 | 0 | 0.06 | 248.24 | 0.61 | 0.84 |
| Hex | C3 | BC | EF | 12 | 15 | 0 | 6 | F8 | 3D | 54 |
| Octal | 303 | 274 | 357 | 22 | 25 | 0 | 6 | 370 | 75 | 124 |
| Binary | 11000011 | 10111100 | 11101111 | 10010 | 10101 | 0 | 110 | 11111000 | 111101 | 1010100 |
Color Harmonies of #C3BCEF
Complementary color
Monochromatic Colors of #C3BCEF
Black with #C3BCEF
Text Example
Text Example
White with #C3BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCEF; }
p { color: rgb(195,188,239); }
H1.HeaderClassName
{
color: #C3BCEF;
}
.AnyTagClassName
{
color: #C3BCEF;
}
</style>
background-color css
<style>
a { background-color: #C3BCEF; }
a { background-color: rgb(195,188,239); }
div.DivClassName
{
background-color: #C3BCEF;
}
.BgClassName
{
background-color: #C3BCEF;
}
</style>
border-color css
<style>
span { border-color: #C3BCEF; }
span { border-color: rgb(195,188,239); }
td.TdClassName
{
border-color: #C3BCEF;
}
.TagClassName
{
border-color: #C3BCEF;
}
</style>