Shades of Melrose #C8AFEF
Tints of Melrose #C8AFEF
RGB
CMYK
RGB Variations
Color information
#C8AFEF (or 0xC8AFEF) is known color: Melrose. HEX triplet: C8, AF and EF. RGB value is (200,175,239). Sum of RGB (Red+Green+Blue) = 200+175+239=614 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.57% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AFEF is #375010. Grayscale: #BDBDBD. Windows color (decimal): -3624977 or 15708104. OLE color: 15708104.
HSL color Cylindrical-coordinate representation of color #C8AFEF: hue angle of 263.44º 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 #C8AFEF is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 200 | 175 | 239 | - |
CMYK | 0.16 | 0.27 | 0 | 0.06 |
HSL | 263.44º | 0.67% | 0.81% | - |
HSV(B) | 263.44º | 0.27% | 0.94% | - |
XYZ | 54.73 | 49.17 | 88.27 | - |
YUV | 189.77 | 155.78 | 135.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 175 | 239 | 0.16 | 0.27 | 0 | 0.06 | 263.44 | 0.67 | 0.81 |
Hex | C8 | AF | EF | 10 | 1B | 0 | 6 | 107 | 43 | 51 |
Octal | 310 | 257 | 357 | 20 | 33 | 0 | 6 | 407 | 103 | 121 |
Binary | 11001000 | 10101111 | 11101111 | 10000 | 11011 | 0 | 110 | 100000111 | 1000011 | 1010001 |
Color Harmonies of #C8AFEF
Complementary color
Monochromatic Colors of #C8AFEF
Black with #C8AFEF
Text Example
Text Example
White with #C8AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AFEF; }
p { color: rgb(200,175,239); }
H1.HeaderClassName
{
color: #C8AFEF;
}
.AnyTagClassName
{
color: #C8AFEF;
}
</style>
background-color css
<style>
a { background-color: #C8AFEF; }
a { background-color: rgb(200,175,239); }
div.DivClassName
{
background-color: #C8AFEF;
}
.BgClassName
{
background-color: #C8AFEF;
}
</style>
border-color css
<style>
span { border-color: #C8AFEF; }
span { border-color: rgb(200,175,239); }
td.TdClassName
{
border-color: #C8AFEF;
}
.TagClassName
{
border-color: #C8AFEF;
}
</style>