Shades of Perfume #C2A4EB
Tints of Perfume #C2A4EB
RGB
CMYK
RGB Variations
Color information
#C2A4EB (or 0xC2A4EB) is known color: Perfume. HEX triplet: C2, A4 and EB. RGB value is (194,164,235). Sum of RGB (Red+Green+Blue) = 194+164+235=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2A4EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A4EB is #3D5B14. Grayscale: #B4B4B4. Windows color (decimal): -4021013 or 15443138. OLE color: 15443138.
HSL color Cylindrical-coordinate representation of color #C2A4EB: hue angle of 265.35º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2A4EB is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 164 | 235 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.08 |
| HSL | 265.35º | 0.64% | 0.78% | - |
| HSV(B) | 265.35º | 0.3% | 0.92% | - |
| XYZ | 50.52 | 44.02 | 84.43 | - |
| YUV | 181.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 235 | 0.17 | 0.30 | 0 | 0.08 | 265.35 | 0.64 | 0.78 |
| Hex | C2 | A4 | EB | 11 | 1E | 0 | 8 | 109 | 40 | 4E |
| Octal | 302 | 244 | 353 | 21 | 36 | 0 | 10 | 411 | 100 | 116 |
| Binary | 11000010 | 10100100 | 11101011 | 10001 | 11110 | 0 | 1000 | 100001001 | 1000000 | 1001110 |
Color Harmonies of #C2A4EB
Complementary color
Monochromatic Colors of #C2A4EB
Black with #C2A4EB
Text Example
Text Example
White with #C2A4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A4EB; }
p { color: rgb(194,164,235); }
H1.HeaderClassName
{
color: #C2A4EB;
}
.AnyTagClassName
{
color: #C2A4EB;
}
</style>
background-color css
<style>
a { background-color: #C2A4EB; }
a { background-color: rgb(194,164,235); }
div.DivClassName
{
background-color: #C2A4EB;
}
.BgClassName
{
background-color: #C2A4EB;
}
</style>
border-color css
<style>
span { border-color: #C2A4EB; }
span { border-color: rgb(194,164,235); }
td.TdClassName
{
border-color: #C2A4EB;
}
.TagClassName
{
border-color: #C2A4EB;
}
</style>