Shades of Melrose #C2AFED
Tints of Melrose #C2AFED
RGB
CMYK
RGB Variations
Color information
#C2AFED (or 0xC2AFED) is known color: Melrose. HEX triplet: C2, AF and ED. RGB value is (194,175,237). Sum of RGB (Red+Green+Blue) = 194+175+237=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFED is #3D5012. Grayscale: #BBBBBB. Windows color (decimal): -4018195 or 15577026. OLE color: 15577026.
HSL color Cylindrical-coordinate representation of color #C2AFED: hue angle of 258.39º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C2AFED is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 175 | 237 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.07 |
| HSL | 258.39º | 0.63% | 0.81% | - |
| HSV(B) | 258.39º | 0.26% | 0.93% | - |
| XYZ | 52.86 | 48.24 | 86.65 | - |
| YUV | 187.75 | 155.79 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 237 | 0.18 | 0.26 | 0 | 0.07 | 258.39 | 0.63 | 0.81 |
| Hex | C2 | AF | ED | 12 | 1A | 0 | 7 | 102 | 3F | 51 |
| Octal | 302 | 257 | 355 | 22 | 32 | 0 | 7 | 402 | 77 | 121 |
| Binary | 11000010 | 10101111 | 11101101 | 10010 | 11010 | 0 | 111 | 100000010 | 111111 | 1010001 |
Color Harmonies of #C2AFED
Complementary color
Monochromatic Colors of #C2AFED
Black with #C2AFED
Text Example
Text Example
White with #C2AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFED; }
p { color: rgb(194,175,237); }
H1.HeaderClassName
{
color: #C2AFED;
}
.AnyTagClassName
{
color: #C2AFED;
}
</style>
background-color css
<style>
a { background-color: #C2AFED; }
a { background-color: rgb(194,175,237); }
div.DivClassName
{
background-color: #C2AFED;
}
.BgClassName
{
background-color: #C2AFED;
}
</style>
border-color css
<style>
span { border-color: #C2AFED; }
span { border-color: rgb(194,175,237); }
td.TdClassName
{
border-color: #C2AFED;
}
.TagClassName
{
border-color: #C2AFED;
}
</style>