Shades of Perfume #C2A8E9
Tints of Perfume #C2A8E9
RGB
CMYK
RGB Variations
Color information
#C2A8E9 (or 0xC2A8E9) is known color: Perfume. HEX triplet: C2, A8 and E9. RGB value is (194,168,233). Sum of RGB (Red+Green+Blue) = 194+168+233=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #C2A8E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A8E9 is #3D5716. Grayscale: #B6B6B6. Windows color (decimal): -4019991 or 15313090. OLE color: 15313090.
HSL color Cylindrical-coordinate representation of color #C2A8E9: hue angle of 264º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2A8E9 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 168 | 233 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.09 |
| HSL | 264º | 0.6% | 0.79% | - |
| HSV(B) | 264º | 0.28% | 0.91% | - |
| XYZ | 50.96 | 45.36 | 83.16 | - |
| YUV | 183.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 233 | 0.17 | 0.28 | 0 | 0.09 | 264 | 0.6 | 0.79 |
| Hex | C2 | A8 | E9 | 11 | 1C | 0 | 9 | 108 | 3C | 4F |
| Octal | 302 | 250 | 351 | 21 | 34 | 0 | 11 | 410 | 74 | 117 |
| Binary | 11000010 | 10101000 | 11101001 | 10001 | 11100 | 0 | 1001 | 100001000 | 111100 | 1001111 |
Color Harmonies of #C2A8E9
Complementary color
Monochromatic Colors of #C2A8E9
Black with #C2A8E9
Text Example
Text Example
White with #C2A8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8E9; }
p { color: rgb(194,168,233); }
H1.HeaderClassName
{
color: #C2A8E9;
}
.AnyTagClassName
{
color: #C2A8E9;
}
</style>
background-color css
<style>
a { background-color: #C2A8E9; }
a { background-color: rgb(194,168,233); }
div.DivClassName
{
background-color: #C2A8E9;
}
.BgClassName
{
background-color: #C2A8E9;
}
</style>
border-color css
<style>
span { border-color: #C2A8E9; }
span { border-color: rgb(194,168,233); }
td.TdClassName
{
border-color: #C2A8E9;
}
.TagClassName
{
border-color: #C2A8E9;
}
</style>