Shades of Melrose #C3BEEC
Tints of Melrose #C3BEEC
RGB
CMYK
RGB Variations
Color information
#C3BEEC (or 0xC3BEEC) is known color: Melrose. HEX triplet: C3, BE and EC. RGB value is (195,190,236). Sum of RGB (Red+Green+Blue) = 195+190+236=621 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.40% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3BEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BEEC is #3C4113. Grayscale: #C4C4C4. Windows color (decimal): -3948820 or 15515331. OLE color: 15515331.
HSL color Cylindrical-coordinate representation of color #C3BEEC: hue angle of 246.52º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3BEEC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 190 | 236 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.07 |
| HSL | 246.52º | 0.55% | 0.84% | - |
| HSV(B) | 246.52º | 0.19% | 0.93% | - |
| XYZ | 56.06 | 54.49 | 86.92 | - |
| YUV | 196.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 236 | 0.17 | 0.19 | 0 | 0.07 | 246.52 | 0.55 | 0.84 |
| Hex | C3 | BE | EC | 11 | 13 | 0 | 7 | F7 | 37 | 54 |
| Octal | 303 | 276 | 354 | 21 | 23 | 0 | 7 | 367 | 67 | 124 |
| Binary | 11000011 | 10111110 | 11101100 | 10001 | 10011 | 0 | 111 | 11110111 | 110111 | 1010100 |
Color Harmonies of #C3BEEC
Complementary color
Monochromatic Colors of #C3BEEC
Black with #C3BEEC
Text Example
Text Example
White with #C3BEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEEC; }
p { color: rgb(195,190,236); }
H1.HeaderClassName
{
color: #C3BEEC;
}
.AnyTagClassName
{
color: #C3BEEC;
}
</style>
background-color css
<style>
a { background-color: #C3BEEC; }
a { background-color: rgb(195,190,236); }
div.DivClassName
{
background-color: #C3BEEC;
}
.BgClassName
{
background-color: #C3BEEC;
}
</style>
border-color css
<style>
span { border-color: #C3BEEC; }
span { border-color: rgb(195,190,236); }
td.TdClassName
{
border-color: #C3BEEC;
}
.TagClassName
{
border-color: #C3BEEC;
}
</style>