Shades of Melrose #C3BBEE
Tints of Melrose #C3BBEE
RGB
CMYK
RGB Variations
Color information
#C3BBEE (or 0xC3BBEE) is known color: Melrose. HEX triplet: C3, BB and EE. RGB value is (195,187,238). Sum of RGB (Red+Green+Blue) = 195+187+238=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #C3BBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BBEE is #3C4411. Grayscale: #C3C3C3. Windows color (decimal): -3949586 or 15645635. OLE color: 15645635.
HSL color Cylindrical-coordinate representation of color #C3BBEE: hue angle of 249.41º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3BBEE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 187 | 238 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.07 |
| HSL | 249.41º | 0.6% | 0.83% | - |
| HSV(B) | 249.41º | 0.21% | 0.93% | - |
| XYZ | 55.71 | 53.32 | 88.24 | - |
| YUV | 195.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 238 | 0.18 | 0.21 | 0 | 0.07 | 249.41 | 0.6 | 0.83 |
| Hex | C3 | BB | EE | 12 | 15 | 0 | 7 | F9 | 3C | 53 |
| Octal | 303 | 273 | 356 | 22 | 25 | 0 | 7 | 371 | 74 | 123 |
| Binary | 11000011 | 10111011 | 11101110 | 10010 | 10101 | 0 | 111 | 11111001 | 111100 | 1010011 |
Color Harmonies of #C3BBEE
Complementary color
Monochromatic Colors of #C3BBEE
Black with #C3BBEE
Text Example
Text Example
White with #C3BBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BBEE; }
p { color: rgb(195,187,238); }
H1.HeaderClassName
{
color: #C3BBEE;
}
.AnyTagClassName
{
color: #C3BBEE;
}
</style>
background-color css
<style>
a { background-color: #C3BBEE; }
a { background-color: rgb(195,187,238); }
div.DivClassName
{
background-color: #C3BBEE;
}
.BgClassName
{
background-color: #C3BBEE;
}
</style>
border-color css
<style>
span { border-color: #C3BBEE; }
span { border-color: rgb(195,187,238); }
td.TdClassName
{
border-color: #C3BBEE;
}
.TagClassName
{
border-color: #C3BBEE;
}
</style>