Shades of Melrose #C2AFFB
Tints of Melrose #C2AFFB
RGB
CMYK
RGB Variations
Color information
#C2AFFB (or 0xC2AFFB) is known color: Melrose. HEX triplet: C2, AF and FB. RGB value is (194,175,251). Sum of RGB (Red+Green+Blue) = 194+175+251=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #C2AFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFFB is #3D5004. Grayscale: #BDBDBD. Windows color (decimal): -4018181 or 16494530. OLE color: 16494530.
HSL color Cylindrical-coordinate representation of color #C2AFFB: hue angle of 255º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2AFFB is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 175 | 251 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.02 |
| HSL | 255º | 0.9% | 0.84% | - |
| HSV(B) | 255º | 0.3% | 0.98% | - |
| XYZ | 54.99 | 49.09 | 97.84 | - |
| YUV | 189.35 | 162.79 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 251 | 0.23 | 0.30 | 0 | 0.02 | 255 | 0.9 | 0.84 |
| Hex | C2 | AF | FB | 17 | 1E | 0 | 2 | FF | 5A | 54 |
| Octal | 302 | 257 | 373 | 27 | 36 | 0 | 2 | 377 | 132 | 124 |
| Binary | 11000010 | 10101111 | 11111011 | 10111 | 11110 | 0 | 10 | 11111111 | 1011010 | 1010100 |
Color Harmonies of #C2AFFB
Complementary color
Monochromatic Colors of #C2AFFB
Black with #C2AFFB
Text Example
Text Example
White with #C2AFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFFB; }
p { color: rgb(194,175,251); }
H1.HeaderClassName
{
color: #C2AFFB;
}
.AnyTagClassName
{
color: #C2AFFB;
}
</style>
background-color css
<style>
a { background-color: #C2AFFB; }
a { background-color: rgb(194,175,251); }
div.DivClassName
{
background-color: #C2AFFB;
}
.BgClassName
{
background-color: #C2AFFB;
}
</style>
border-color css
<style>
span { border-color: #C2AFFB; }
span { border-color: rgb(194,175,251); }
td.TdClassName
{
border-color: #C2AFFB;
}
.TagClassName
{
border-color: #C2AFFB;
}
</style>