Shades of Perfume #C2AAEB
Tints of Perfume #C2AAEB
RGB
CMYK
RGB Variations
Color information
#C2AAEB (or 0xC2AAEB) is known color: Perfume. HEX triplet: C2, AA and EB. RGB value is (194,170,235). Sum of RGB (Red+Green+Blue) = 194+170+235=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAEB is #3D5514. Grayscale: #B8B8B8. Windows color (decimal): -4019477 or 15444674. OLE color: 15444674.
HSL color Cylindrical-coordinate representation of color #C2AAEB: hue angle of 262.15º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2AAEB is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 170 | 235 | - |
| CMYK | 0.17 | 0.28 | 0 | 0.08 |
| HSL | 262.15º | 0.62% | 0.79% | - |
| HSV(B) | 262.15º | 0.28% | 0.92% | - |
| XYZ | 51.62 | 46.22 | 84.8 | - |
| YUV | 184.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 235 | 0.17 | 0.28 | 0 | 0.08 | 262.15 | 0.62 | 0.79 |
| Hex | C2 | AA | EB | 11 | 1C | 0 | 8 | 106 | 3E | 4F |
| Octal | 302 | 252 | 353 | 21 | 34 | 0 | 10 | 406 | 76 | 117 |
| Binary | 11000010 | 10101010 | 11101011 | 10001 | 11100 | 0 | 1000 | 100000110 | 111110 | 1001111 |
Color Harmonies of #C2AAEB
Complementary color
Monochromatic Colors of #C2AAEB
Black with #C2AAEB
Text Example
Text Example
White with #C2AAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAEB; }
p { color: rgb(194,170,235); }
H1.HeaderClassName
{
color: #C2AAEB;
}
.AnyTagClassName
{
color: #C2AAEB;
}
</style>
background-color css
<style>
a { background-color: #C2AAEB; }
a { background-color: rgb(194,170,235); }
div.DivClassName
{
background-color: #C2AAEB;
}
.BgClassName
{
background-color: #C2AAEB;
}
</style>
border-color css
<style>
span { border-color: #C2AAEB; }
span { border-color: rgb(194,170,235); }
td.TdClassName
{
border-color: #C2AAEB;
}
.TagClassName
{
border-color: #C2AAEB;
}
</style>