Shades of Melrose #C2B2F8
Tints of Melrose #C2B2F8
RGB
CMYK
RGB Variations
Color information
#C2B2F8 (or 0xC2B2F8) is known color: Melrose. HEX triplet: C2, B2 and F8. RGB value is (194,178,248). Sum of RGB (Red+Green+Blue) = 194+178+248=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #C2B2F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B2F8 is #3D4D07. Grayscale: #BEBEBE. Windows color (decimal): -4017416 or 16298690. OLE color: 16298690.
HSL color Cylindrical-coordinate representation of color #C2B2F8: hue angle of 253.71º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2B2F8 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 178 | 248 | - |
| CMYK | 0.22 | 0.28 | 0 | 0.03 |
| HSL | 253.71º | 0.83% | 0.84% | - |
| HSV(B) | 253.71º | 0.28% | 0.97% | - |
| XYZ | 55.11 | 50.09 | 95.57 | - |
| YUV | 190.76 | 160.3 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 178 | 248 | 0.22 | 0.28 | 0 | 0.03 | 253.71 | 0.83 | 0.84 |
| Hex | C2 | B2 | F8 | 16 | 1C | 0 | 3 | FE | 53 | 54 |
| Octal | 302 | 262 | 370 | 26 | 34 | 0 | 3 | 376 | 123 | 124 |
| Binary | 11000010 | 10110010 | 11111000 | 10110 | 11100 | 0 | 11 | 11111110 | 1010011 | 1010100 |
Color Harmonies of #C2B2F8
Complementary color
Monochromatic Colors of #C2B2F8
Black with #C2B2F8
Text Example
Text Example
White with #C2B2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2F8; }
p { color: rgb(194,178,248); }
H1.HeaderClassName
{
color: #C2B2F8;
}
.AnyTagClassName
{
color: #C2B2F8;
}
</style>
background-color css
<style>
a { background-color: #C2B2F8; }
a { background-color: rgb(194,178,248); }
div.DivClassName
{
background-color: #C2B2F8;
}
.BgClassName
{
background-color: #C2B2F8;
}
</style>
border-color css
<style>
span { border-color: #C2B2F8; }
span { border-color: rgb(194,178,248); }
td.TdClassName
{
border-color: #C2B2F8;
}
.TagClassName
{
border-color: #C2B2F8;
}
</style>