Shades of Melrose #C2AFFE
Tints of Melrose #C2AFFE
RGB
CMYK
RGB Variations
Color information
#C2AFFE (or 0xC2AFFE) is known color: Melrose. HEX triplet: C2, AF and FE. RGB value is (194,175,254). Sum of RGB (Red+Green+Blue) = 194+175+254=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AFFE is #3D5001. Grayscale: #BDBDBD. Windows color (decimal): -4018178 or 16691138. OLE color: 16691138.
HSL color Cylindrical-coordinate representation of color #C2AFFE: hue angle of 254.43º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2AFFE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 175 | 254 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.00 |
| HSL | 254.43º | 0.98% | 0.84% | - |
| HSV(B) | 254.43º | 0.31% | 1% | - |
| XYZ | 55.47 | 49.29 | 100.36 | - |
| YUV | 189.69 | 164.29 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 254 | 0.24 | 0.31 | 0 | 0.00 | 254.43 | 0.98 | 0.84 |
| Hex | C2 | AF | FE | 18 | 1F | 0 | 0 | FE | 62 | 54 |
| Octal | 302 | 257 | 376 | 30 | 37 | 0 | 0 | 376 | 142 | 124 |
| Binary | 11000010 | 10101111 | 11111110 | 11000 | 11111 | 0 | 0 | 11111110 | 1100010 | 1010100 |
Color Harmonies of #C2AFFE
Complementary color
Monochromatic Colors of #C2AFFE
Black with #C2AFFE
Text Example
Text Example
White with #C2AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AFFE; }
p { color: rgb(194,175,254); }
H1.HeaderClassName
{
color: #C2AFFE;
}
.AnyTagClassName
{
color: #C2AFFE;
}
</style>
background-color css
<style>
a { background-color: #C2AFFE; }
a { background-color: rgb(194,175,254); }
div.DivClassName
{
background-color: #C2AFFE;
}
.BgClassName
{
background-color: #C2AFFE;
}
</style>
border-color css
<style>
span { border-color: #C2AFFE; }
span { border-color: rgb(194,175,254); }
td.TdClassName
{
border-color: #C2AFFE;
}
.TagClassName
{
border-color: #C2AFFE;
}
</style>