Shades of Perfume #C2AAEE
Tints of Perfume #C2AAEE
RGB
CMYK
RGB Variations
Color information
#C2AAEE (or 0xC2AAEE) is known color: Perfume. HEX triplet: C2, AA and EE. RGB value is (194,170,238). Sum of RGB (Red+Green+Blue) = 194+170+238=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAEE is #3D5511. Grayscale: #B8B8B8. Windows color (decimal): -4019474 or 15641282. OLE color: 15641282.
HSL color Cylindrical-coordinate representation of color #C2AAEE: hue angle of 261.18º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2AAEE is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 170 | 238 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.07 |
| HSL | 261.18º | 0.67% | 0.8% | - |
| HSV(B) | 261.18º | 0.29% | 0.93% | - |
| XYZ | 52.06 | 46.39 | 87.1 | - |
| YUV | 184.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 238 | 0.18 | 0.29 | 0 | 0.07 | 261.18 | 0.67 | 0.8 |
| Hex | C2 | AA | EE | 12 | 1D | 0 | 7 | 105 | 43 | 50 |
| Octal | 302 | 252 | 356 | 22 | 35 | 0 | 7 | 405 | 103 | 120 |
| Binary | 11000010 | 10101010 | 11101110 | 10010 | 11101 | 0 | 111 | 100000101 | 1000011 | 1010000 |
Color Harmonies of #C2AAEE
Complementary color
Monochromatic Colors of #C2AAEE
Black with #C2AAEE
Text Example
Text Example
White with #C2AAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAEE; }
p { color: rgb(194,170,238); }
H1.HeaderClassName
{
color: #C2AAEE;
}
.AnyTagClassName
{
color: #C2AAEE;
}
</style>
background-color css
<style>
a { background-color: #C2AAEE; }
a { background-color: rgb(194,170,238); }
div.DivClassName
{
background-color: #C2AAEE;
}
.BgClassName
{
background-color: #C2AAEE;
}
</style>
border-color css
<style>
span { border-color: #C2AAEE; }
span { border-color: rgb(194,170,238); }
td.TdClassName
{
border-color: #C2AAEE;
}
.TagClassName
{
border-color: #C2AAEE;
}
</style>