Shades of Perfume #C8AAF8
Tints of Perfume #C8AAF8
RGB
CMYK
RGB Variations
Color information
#C8AAF8 (or 0xC8AAF8) is known color: Perfume. HEX triplet: C8, AA and F8. RGB value is (200,170,248). Sum of RGB (Red+Green+Blue) = 200+170+248=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #C8AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AAF8 is #375507. Grayscale: #BBBBBB. Windows color (decimal): -3626248 or 16296648. OLE color: 16296648.
HSL color Cylindrical-coordinate representation of color #C8AAF8: hue angle of 263.08º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8AAF8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 170 | 248 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.03 |
| HSL | 263.08º | 0.85% | 0.82% | - |
| HSV(B) | 263.08º | 0.31% | 0.97% | - |
| XYZ | 55.14 | 47.81 | 95.13 | - |
| YUV | 187.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 248 | 0.19 | 0.31 | 0 | 0.03 | 263.08 | 0.85 | 0.82 |
| Hex | C8 | AA | F8 | 13 | 1F | 0 | 3 | 107 | 55 | 52 |
| Octal | 310 | 252 | 370 | 23 | 37 | 0 | 3 | 407 | 125 | 122 |
| Binary | 11001000 | 10101010 | 11111000 | 10011 | 11111 | 0 | 11 | 100000111 | 1010101 | 1010010 |
Color Harmonies of #C8AAF8
Complementary color
Monochromatic Colors of #C8AAF8
Black with #C8AAF8
Text Example
Text Example
White with #C8AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AAF8; }
p { color: rgb(200,170,248); }
H1.HeaderClassName
{
color: #C8AAF8;
}
.AnyTagClassName
{
color: #C8AAF8;
}
</style>
background-color css
<style>
a { background-color: #C8AAF8; }
a { background-color: rgb(200,170,248); }
div.DivClassName
{
background-color: #C8AAF8;
}
.BgClassName
{
background-color: #C8AAF8;
}
</style>
border-color css
<style>
span { border-color: #C8AAF8; }
span { border-color: rgb(200,170,248); }
td.TdClassName
{
border-color: #C8AAF8;
}
.TagClassName
{
border-color: #C8AAF8;
}
</style>