Shades of Melrose #C3BBE8
Tints of Melrose #C3BBE8
RGB
CMYK
RGB Variations
Color information
#C3BBE8 (or 0xC3BBE8) is known color: Melrose. HEX triplet: C3, BB and E8. RGB value is (195,187,232). Sum of RGB (Red+Green+Blue) = 195+187+232=614 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.76% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #C3BBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBE8 is #3C4417. Grayscale: #C2C2C2. Windows color (decimal): -3949592 or 15252419. OLE color: 15252419.
HSL color Cylindrical-coordinate representation of color #C3BBE8: hue angle of 250.67º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3BBE8 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 187 | 232 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.09 |
| HSL | 250.67º | 0.49% | 0.82% | - |
| HSV(B) | 250.67º | 0.19% | 0.91% | - |
| XYZ | 54.84 | 52.97 | 83.68 | - |
| YUV | 194.52 | 149.15 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 232 | 0.16 | 0.19 | 0 | 0.09 | 250.67 | 0.49 | 0.82 |
| Hex | C3 | BB | E8 | 10 | 13 | 0 | 9 | FB | 31 | 52 |
| Octal | 303 | 273 | 350 | 20 | 23 | 0 | 11 | 373 | 61 | 122 |
| Binary | 11000011 | 10111011 | 11101000 | 10000 | 10011 | 0 | 1001 | 11111011 | 110001 | 1010010 |
Color Harmonies of #C3BBE8
Complementary color
Monochromatic Colors of #C3BBE8
Black with #C3BBE8
Text Example
Text Example
White with #C3BBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBE8; }
p { color: rgb(195,187,232); }
H1.HeaderClassName
{
color: #C3BBE8;
}
.AnyTagClassName
{
color: #C3BBE8;
}
</style>
background-color css
<style>
a { background-color: #C3BBE8; }
a { background-color: rgb(195,187,232); }
div.DivClassName
{
background-color: #C3BBE8;
}
.BgClassName
{
background-color: #C3BBE8;
}
</style>
border-color css
<style>
span { border-color: #C3BBE8; }
span { border-color: rgb(195,187,232); }
td.TdClassName
{
border-color: #C3BBE8;
}
.TagClassName
{
border-color: #C3BBE8;
}
</style>