Shades of Melrose #C3B2EF
Tints of Melrose #C3B2EF
RGB
CMYK
RGB Variations
Color information
#C3B2EF (or 0xC3B2EF) is known color: Melrose. HEX triplet: C3, B2 and EF. RGB value is (195,178,239). Sum of RGB (Red+Green+Blue) = 195+178+239=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3B2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3B2EF is #3C4D10. Grayscale: #BDBDBD. Windows color (decimal): -3951889 or 15708867. OLE color: 15708867.
HSL color Cylindrical-coordinate representation of color #C3B2EF: hue angle of 256.72º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C3B2EF is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 178 | 239 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.06 |
| HSL | 256.72º | 0.66% | 0.82% | - |
| HSV(B) | 256.72º | 0.26% | 0.94% | - |
| XYZ | 54.01 | 49.67 | 88.4 | - |
| YUV | 190.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 178 | 239 | 0.18 | 0.26 | 0 | 0.06 | 256.72 | 0.66 | 0.82 |
| Hex | C3 | B2 | EF | 12 | 1A | 0 | 6 | 101 | 42 | 52 |
| Octal | 303 | 262 | 357 | 22 | 32 | 0 | 6 | 401 | 102 | 122 |
| Binary | 11000011 | 10110010 | 11101111 | 10010 | 11010 | 0 | 110 | 100000001 | 1000010 | 1010010 |
Color Harmonies of #C3B2EF
Complementary color
Monochromatic Colors of #C3B2EF
Black with #C3B2EF
Text Example
Text Example
White with #C3B2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B2EF; }
p { color: rgb(195,178,239); }
H1.HeaderClassName
{
color: #C3B2EF;
}
.AnyTagClassName
{
color: #C3B2EF;
}
</style>
background-color css
<style>
a { background-color: #C3B2EF; }
a { background-color: rgb(195,178,239); }
div.DivClassName
{
background-color: #C3B2EF;
}
.BgClassName
{
background-color: #C3B2EF;
}
</style>
border-color css
<style>
span { border-color: #C3B2EF; }
span { border-color: rgb(195,178,239); }
td.TdClassName
{
border-color: #C3B2EF;
}
.TagClassName
{
border-color: #C3B2EF;
}
</style>