Shades of Melrose #C2AFE6
Tints of Melrose #C2AFE6
RGB
CMYK
RGB Variations
Color information
#C2AFE6 (or 0xC2AFE6) is known color: Melrose. HEX triplet: C2, AF and E6. RGB value is (194,175,230). Sum of RGB (Red+Green+Blue) = 194+175+230=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 230 (90.23% from 255 or 38.40% from 599); Max value from RGB is 230 - color contains mainly: blue. Hex color #C2AFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFE6 is #3D5019. Grayscale: #BABABA. Windows color (decimal): -4018202 or 15118274. OLE color: 15118274.
HSL color Cylindrical-coordinate representation of color #C2AFE6: hue angle of 260.73º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2AFE6 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 194 | 175 | 230 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.10 |
| HSL | 260.73º | 0.52% | 0.79% | - |
| HSV(B) | 260.73º | 0.24% | 0.9% | - |
| XYZ | 51.86 | 47.84 | 81.36 | - |
| YUV | 186.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 230 | 0.16 | 0.24 | 0 | 0.10 | 260.73 | 0.52 | 0.79 |
| Hex | C2 | AF | E6 | 10 | 18 | 0 | A | 105 | 34 | 4F |
| Octal | 302 | 257 | 346 | 20 | 30 | 0 | 12 | 405 | 64 | 117 |
| Binary | 11000010 | 10101111 | 11100110 | 10000 | 11000 | 0 | 1010 | 100000101 | 110100 | 1001111 |
Color Harmonies of #C2AFE6
Complementary color
Monochromatic Colors of #C2AFE6
Black with #C2AFE6
Text Example
Text Example
White with #C2AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFE6; }
p { color: rgb(194,175,230); }
H1.HeaderClassName
{
color: #C2AFE6;
}
.AnyTagClassName
{
color: #C2AFE6;
}
</style>
background-color css
<style>
a { background-color: #C2AFE6; }
a { background-color: rgb(194,175,230); }
div.DivClassName
{
background-color: #C2AFE6;
}
.BgClassName
{
background-color: #C2AFE6;
}
</style>
border-color css
<style>
span { border-color: #C2AFE6; }
span { border-color: rgb(194,175,230); }
td.TdClassName
{
border-color: #C2AFE6;
}
.TagClassName
{
border-color: #C2AFE6;
}
</style>