Shades of Perfume #C2A8EB
Tints of Perfume #C2A8EB
RGB
CMYK
RGB Variations
Color information
#C2A8EB (or 0xC2A8EB) is known color: Perfume. HEX triplet: C2, A8 and EB. RGB value is (194,168,235). Sum of RGB (Red+Green+Blue) = 194+168+235=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 168 (66.02% from 255 or 28.14% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2A8EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A8EB is #3D5714. Grayscale: #B7B7B7. Windows color (decimal): -4019989 or 15444162. OLE color: 15444162.
HSL color Cylindrical-coordinate representation of color #C2A8EB: hue angle of 263.28º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2A8EB is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 168 | 235 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.08 |
| HSL | 263.28º | 0.63% | 0.79% | - |
| HSV(B) | 263.28º | 0.29% | 0.92% | - |
| XYZ | 51.25 | 45.47 | 84.67 | - |
| YUV | 183.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 235 | 0.17 | 0.29 | 0 | 0.08 | 263.28 | 0.63 | 0.79 |
| Hex | C2 | A8 | EB | 11 | 1D | 0 | 8 | 107 | 3F | 4F |
| Octal | 302 | 250 | 353 | 21 | 35 | 0 | 10 | 407 | 77 | 117 |
| Binary | 11000010 | 10101000 | 11101011 | 10001 | 11101 | 0 | 1000 | 100000111 | 111111 | 1001111 |
Color Harmonies of #C2A8EB
Complementary color
Monochromatic Colors of #C2A8EB
Black with #C2A8EB
Text Example
Text Example
White with #C2A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8EB; }
p { color: rgb(194,168,235); }
H1.HeaderClassName
{
color: #C2A8EB;
}
.AnyTagClassName
{
color: #C2A8EB;
}
</style>
background-color css
<style>
a { background-color: #C2A8EB; }
a { background-color: rgb(194,168,235); }
div.DivClassName
{
background-color: #C2A8EB;
}
.BgClassName
{
background-color: #C2A8EB;
}
</style>
border-color css
<style>
span { border-color: #C2A8EB; }
span { border-color: rgb(194,168,235); }
td.TdClassName
{
border-color: #C2A8EB;
}
.TagClassName
{
border-color: #C2A8EB;
}
</style>