Shades of Melrose #C2AFEF
Tints of Melrose #C2AFEF
RGB
CMYK
RGB Variations
Color information
#C2AFEF (or 0xC2AFEF) is known color: Melrose. HEX triplet: C2, AF and EF. RGB value is (194,175,239). Sum of RGB (Red+Green+Blue) = 194+175+239=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFEF is #3D5010. Grayscale: #BBBBBB. Windows color (decimal): -4018193 or 15708098. OLE color: 15708098.
HSL color Cylindrical-coordinate representation of color #C2AFEF: hue angle of 257.81º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2AFEF is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 175 | 239 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.06 |
| HSL | 257.81º | 0.67% | 0.81% | - |
| HSV(B) | 257.81º | 0.27% | 0.94% | - |
| XYZ | 53.16 | 48.36 | 88.19 | - |
| YUV | 187.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 239 | 0.19 | 0.27 | 0 | 0.06 | 257.81 | 0.67 | 0.81 |
| Hex | C2 | AF | EF | 13 | 1B | 0 | 6 | 102 | 43 | 51 |
| Octal | 302 | 257 | 357 | 23 | 33 | 0 | 6 | 402 | 103 | 121 |
| Binary | 11000010 | 10101111 | 11101111 | 10011 | 11011 | 0 | 110 | 100000010 | 1000011 | 1010001 |
Color Harmonies of #C2AFEF
Complementary color
Monochromatic Colors of #C2AFEF
Black with #C2AFEF
Text Example
Text Example
White with #C2AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFEF; }
p { color: rgb(194,175,239); }
H1.HeaderClassName
{
color: #C2AFEF;
}
.AnyTagClassName
{
color: #C2AFEF;
}
</style>
background-color css
<style>
a { background-color: #C2AFEF; }
a { background-color: rgb(194,175,239); }
div.DivClassName
{
background-color: #C2AFEF;
}
.BgClassName
{
background-color: #C2AFEF;
}
</style>
border-color css
<style>
span { border-color: #C2AFEF; }
span { border-color: rgb(194,175,239); }
td.TdClassName
{
border-color: #C2AFEF;
}
.TagClassName
{
border-color: #C2AFEF;
}
</style>