Shades of Melrose #C3BDEF
Tints of Melrose #C3BDEF
RGB
CMYK
RGB Variations
Color information
#C3BDEF (or 0xC3BDEF) is known color: Melrose. HEX triplet: C3, BD and EF. RGB value is (195,189,239). Sum of RGB (Red+Green+Blue) = 195+189+239=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BDEF is #3C4210. Grayscale: #C4C4C4. Windows color (decimal): -3949073 or 15711683. OLE color: 15711683.
HSL color Cylindrical-coordinate representation of color #C3BDEF: hue angle of 247.2º 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 #C3BDEF is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 189 | 239 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.06 |
| HSL | 247.2º | 0.61% | 0.84% | - |
| HSV(B) | 247.2º | 0.21% | 0.94% | - |
| XYZ | 56.28 | 54.23 | 89.16 | - |
| YUV | 196.49 | 151.99 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 239 | 0.18 | 0.21 | 0 | 0.06 | 247.2 | 0.61 | 0.84 |
| Hex | C3 | BD | EF | 12 | 15 | 0 | 6 | F7 | 3D | 54 |
| Octal | 303 | 275 | 357 | 22 | 25 | 0 | 6 | 367 | 75 | 124 |
| Binary | 11000011 | 10111101 | 11101111 | 10010 | 10101 | 0 | 110 | 11110111 | 111101 | 1010100 |
Color Harmonies of #C3BDEF
Complementary color
Monochromatic Colors of #C3BDEF
Black with #C3BDEF
Text Example
Text Example
White with #C3BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BDEF; }
p { color: rgb(195,189,239); }
H1.HeaderClassName
{
color: #C3BDEF;
}
.AnyTagClassName
{
color: #C3BDEF;
}
</style>
background-color css
<style>
a { background-color: #C3BDEF; }
a { background-color: rgb(195,189,239); }
div.DivClassName
{
background-color: #C3BDEF;
}
.BgClassName
{
background-color: #C3BDEF;
}
</style>
border-color css
<style>
span { border-color: #C3BDEF; }
span { border-color: rgb(195,189,239); }
td.TdClassName
{
border-color: #C3BDEF;
}
.TagClassName
{
border-color: #C3BDEF;
}
</style>