Shades of Perfume #C8AADC
Tints of Perfume #C8AADC
RGB
CMYK
RGB Variations
Color information
#C8AADC (or 0xC8AADC) is known color: Perfume. HEX triplet: C8, AA and DC. RGB value is (200,170,220). Sum of RGB (Red+Green+Blue) = 200+170+220=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 170 (66.80% from 255 or 28.81% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AADC is #375523. Grayscale: #B8B8B8. Windows color (decimal): -3626276 or 14461640. OLE color: 14461640.
HSL color Cylindrical-coordinate representation of color #C8AADC: hue angle of 276º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8AADC is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 170 | 220 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.14 |
| HSL | 276º | 0.42% | 0.76% | - |
| HSV(B) | 276º | 0.23% | 0.86% | - |
| XYZ | 51.11 | 46.2 | 73.93 | - |
| YUV | 184.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 220 | 0.09 | 0.23 | 0 | 0.14 | 276 | 0.42 | 0.76 |
| Hex | C8 | AA | DC | 9 | 17 | 0 | E | 114 | 2A | 4C |
| Octal | 310 | 252 | 334 | 11 | 27 | 0 | 16 | 424 | 52 | 114 |
| Binary | 11001000 | 10101010 | 11011100 | 1001 | 10111 | 0 | 1110 | 100010100 | 101010 | 1001100 |
Color Harmonies of #C8AADC
Complementary color
Monochromatic Colors of #C8AADC
Black with #C8AADC
Text Example
Text Example
White with #C8AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AADC; }
p { color: rgb(200,170,220); }
H1.HeaderClassName
{
color: #C8AADC;
}
.AnyTagClassName
{
color: #C8AADC;
}
</style>
background-color css
<style>
a { background-color: #C8AADC; }
a { background-color: rgb(200,170,220); }
div.DivClassName
{
background-color: #C8AADC;
}
.BgClassName
{
background-color: #C8AADC;
}
</style>
border-color css
<style>
span { border-color: #C8AADC; }
span { border-color: rgb(200,170,220); }
td.TdClassName
{
border-color: #C8AADC;
}
.TagClassName
{
border-color: #C8AADC;
}
</style>