Shades of Melrose #C8AFFC
Tints of Melrose #C8AFFC
RGB
CMYK
RGB Variations
Color information
#C8AFFC (or 0xC8AFFC) is known color: Melrose. HEX triplet: C8, AF and FC. RGB value is (200,175,252). Sum of RGB (Red+Green+Blue) = 200+175+252=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFFC is #375003. Grayscale: #BEBEBE. Windows color (decimal): -3624964 or 16560072. OLE color: 16560072.
HSL color Cylindrical-coordinate representation of color #C8AFFC: hue angle of 259.48º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8AFFC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 175 | 252 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.01 |
| HSL | 259.48º | 0.93% | 0.84% | - |
| HSV(B) | 259.48º | 0.31% | 0.99% | - |
| XYZ | 56.72 | 49.97 | 98.75 | - |
| YUV | 191.25 | 162.28 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 252 | 0.21 | 0.31 | 0 | 0.01 | 259.48 | 0.93 | 0.84 |
| Hex | C8 | AF | FC | 15 | 1F | 0 | 1 | 103 | 5D | 54 |
| Octal | 310 | 257 | 374 | 25 | 37 | 0 | 1 | 403 | 135 | 124 |
| Binary | 11001000 | 10101111 | 11111100 | 10101 | 11111 | 0 | 1 | 100000011 | 1011101 | 1010100 |
Color Harmonies of #C8AFFC
Complementary color
Monochromatic Colors of #C8AFFC
Black with #C8AFFC
Text Example
Text Example
White with #C8AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFFC; }
p { color: rgb(200,175,252); }
H1.HeaderClassName
{
color: #C8AFFC;
}
.AnyTagClassName
{
color: #C8AFFC;
}
</style>
background-color css
<style>
a { background-color: #C8AFFC; }
a { background-color: rgb(200,175,252); }
div.DivClassName
{
background-color: #C8AFFC;
}
.BgClassName
{
background-color: #C8AFFC;
}
</style>
border-color css
<style>
span { border-color: #C8AFFC; }
span { border-color: rgb(200,175,252); }
td.TdClassName
{
border-color: #C8AFFC;
}
.TagClassName
{
border-color: #C8AFFC;
}
</style>