Shades of Melrose #C2B2FD
Tints of Melrose #C2B2FD
RGB
CMYK
RGB Variations
Color information
#C2B2FD (or 0xC2B2FD) is known color: Melrose. HEX triplet: C2, B2 and FD. RGB value is (194,178,253). Sum of RGB (Red+Green+Blue) = 194+178+253=625 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.04% from 625); Green value is 178 (69.92% from 255 or 28.48% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2B2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B2FD is #3D4D02. Grayscale: #BFBFBF. Windows color (decimal): -4017411 or 16626370. OLE color: 16626370.
HSL color Cylindrical-coordinate representation of color #C2B2FD: hue angle of 252.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2B2FD is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 178 | 253 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.01 |
| HSL | 252.8º | 0.95% | 0.85% | - |
| HSV(B) | 252.8º | 0.3% | 0.99% | - |
| XYZ | 55.9 | 50.4 | 99.71 | - |
| YUV | 191.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 253 | 0.23 | 0.30 | 0 | 0.01 | 252.8 | 0.95 | 0.85 |
| Hex | C2 | B2 | FD | 17 | 1E | 0 | 1 | FD | 5F | 55 |
| Octal | 302 | 262 | 375 | 27 | 36 | 0 | 1 | 375 | 137 | 125 |
| Binary | 11000010 | 10110010 | 11111101 | 10111 | 11110 | 0 | 1 | 11111101 | 1011111 | 1010101 |
Color Harmonies of #C2B2FD
Complementary color
Monochromatic Colors of #C2B2FD
Black with #C2B2FD
Text Example
Text Example
White with #C2B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2FD; }
p { color: rgb(194,178,253); }
H1.HeaderClassName
{
color: #C2B2FD;
}
.AnyTagClassName
{
color: #C2B2FD;
}
</style>
background-color css
<style>
a { background-color: #C2B2FD; }
a { background-color: rgb(194,178,253); }
div.DivClassName
{
background-color: #C2B2FD;
}
.BgClassName
{
background-color: #C2B2FD;
}
</style>
border-color css
<style>
span { border-color: #C2B2FD; }
span { border-color: rgb(194,178,253); }
td.TdClassName
{
border-color: #C2B2FD;
}
.TagClassName
{
border-color: #C2B2FD;
}
</style>