Shades of Perfume #C2AAEF
Tints of Perfume #C2AAEF
RGB
CMYK
RGB Variations
Color information
#C2AAEF (or 0xC2AAEF) is known color: Perfume. HEX triplet: C2, AA and EF. RGB value is (194,170,239). Sum of RGB (Red+Green+Blue) = 194+170+239=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAEF is #3D5510. Grayscale: #B8B8B8. Windows color (decimal): -4019473 or 15706818. OLE color: 15706818.
HSL color Cylindrical-coordinate representation of color #C2AAEF: hue angle of 260.87º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2AAEF is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 170 | 239 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.06 |
| HSL | 260.87º | 0.68% | 0.8% | - |
| HSV(B) | 260.87º | 0.29% | 0.94% | - |
| XYZ | 52.2 | 46.45 | 87.88 | - |
| YUV | 185.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 239 | 0.19 | 0.29 | 0 | 0.06 | 260.87 | 0.68 | 0.8 |
| Hex | C2 | AA | EF | 13 | 1D | 0 | 6 | 105 | 44 | 50 |
| Octal | 302 | 252 | 357 | 23 | 35 | 0 | 6 | 405 | 104 | 120 |
| Binary | 11000010 | 10101010 | 11101111 | 10011 | 11101 | 0 | 110 | 100000101 | 1000100 | 1010000 |
Color Harmonies of #C2AAEF
Complementary color
Monochromatic Colors of #C2AAEF
Black with #C2AAEF
Text Example
Text Example
White with #C2AAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAEF; }
p { color: rgb(194,170,239); }
H1.HeaderClassName
{
color: #C2AAEF;
}
.AnyTagClassName
{
color: #C2AAEF;
}
</style>
background-color css
<style>
a { background-color: #C2AAEF; }
a { background-color: rgb(194,170,239); }
div.DivClassName
{
background-color: #C2AAEF;
}
.BgClassName
{
background-color: #C2AAEF;
}
</style>
border-color css
<style>
span { border-color: #C2AAEF; }
span { border-color: rgb(194,170,239); }
td.TdClassName
{
border-color: #C2AAEF;
}
.TagClassName
{
border-color: #C2AAEF;
}
</style>