Shades of Melrose #C2B2FC
Tints of Melrose #C2B2FC
RGB
CMYK
RGB Variations
Color information
#C2B2FC (or 0xC2B2FC) is known color: Melrose. HEX triplet: C2, B2 and FC. RGB value is (194,178,252). Sum of RGB (Red+Green+Blue) = 194+178+252=624 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.09% from 624); Green value is 178 (69.92% from 255 or 28.53% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2B2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2B2FC is #3D4D03. Grayscale: #BEBEBE. Windows color (decimal): -4017412 or 16560834. OLE color: 16560834.
HSL color Cylindrical-coordinate representation of color #C2B2FC: hue angle of 252.97º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2B2FC is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 178 | 252 | - |
CMYK | 0.23 | 0.29 | 0 | 0.01 |
HSL | 252.97º | 0.93% | 0.84% | - |
HSV(B) | 252.97º | 0.29% | 0.99% | - |
XYZ | 55.74 | 50.34 | 98.87 | - |
YUV | 191.22 | 162.3 | 129.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 178 | 252 | 0.23 | 0.29 | 0 | 0.01 | 252.97 | 0.93 | 0.84 |
Hex | C2 | B2 | FC | 17 | 1D | 0 | 1 | FD | 5C | 54 |
Octal | 302 | 262 | 374 | 27 | 35 | 0 | 1 | 375 | 134 | 124 |
Binary | 11000010 | 10110010 | 11111100 | 10111 | 11101 | 0 | 1 | 11111101 | 1011100 | 1010100 |
Color Harmonies of #C2B2FC
Complementary color
Monochromatic Colors of #C2B2FC
Black with #C2B2FC
Text Example
Text Example
White with #C2B2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B2FC; }
p { color: rgb(194,178,252); }
H1.HeaderClassName
{
color: #C2B2FC;
}
.AnyTagClassName
{
color: #C2B2FC;
}
</style>
background-color css
<style>
a { background-color: #C2B2FC; }
a { background-color: rgb(194,178,252); }
div.DivClassName
{
background-color: #C2B2FC;
}
.BgClassName
{
background-color: #C2B2FC;
}
</style>
border-color css
<style>
span { border-color: #C2B2FC; }
span { border-color: rgb(194,178,252); }
td.TdClassName
{
border-color: #C2B2FC;
}
.TagClassName
{
border-color: #C2B2FC;
}
</style>