Shades of Melrose #C2AFE7
Tints of Melrose #C2AFE7
RGB
CMYK
RGB Variations
Color information
#C2AFE7 (or 0xC2AFE7) is known color: Melrose. HEX triplet: C2, AF and E7. RGB value is (194,175,231). Sum of RGB (Red+Green+Blue) = 194+175+231=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 231 - color contains mainly: blue. Hex color #C2AFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFE7 is #3D5018. Grayscale: #BABABA. Windows color (decimal): -4018201 or 15183810. OLE color: 15183810.
HSL color Cylindrical-coordinate representation of color #C2AFE7: hue angle of 260.36º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2AFE7 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 175 | 231 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.09 |
| HSL | 260.36º | 0.54% | 0.8% | - |
| HSV(B) | 260.36º | 0.24% | 0.91% | - |
| XYZ | 52 | 47.9 | 82.11 | - |
| YUV | 187.07 | 152.79 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 231 | 0.16 | 0.24 | 0 | 0.09 | 260.36 | 0.54 | 0.8 |
| Hex | C2 | AF | E7 | 10 | 18 | 0 | 9 | 104 | 36 | 50 |
| Octal | 302 | 257 | 347 | 20 | 30 | 0 | 11 | 404 | 66 | 120 |
| Binary | 11000010 | 10101111 | 11100111 | 10000 | 11000 | 0 | 1001 | 100000100 | 110110 | 1010000 |
Color Harmonies of #C2AFE7
Complementary color
Monochromatic Colors of #C2AFE7
Black with #C2AFE7
Text Example
Text Example
White with #C2AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFE7; }
p { color: rgb(194,175,231); }
H1.HeaderClassName
{
color: #C2AFE7;
}
.AnyTagClassName
{
color: #C2AFE7;
}
</style>
background-color css
<style>
a { background-color: #C2AFE7; }
a { background-color: rgb(194,175,231); }
div.DivClassName
{
background-color: #C2AFE7;
}
.BgClassName
{
background-color: #C2AFE7;
}
</style>
border-color css
<style>
span { border-color: #C2AFE7; }
span { border-color: rgb(194,175,231); }
td.TdClassName
{
border-color: #C2AFE7;
}
.TagClassName
{
border-color: #C2AFE7;
}
</style>