Shades of Perfume #C2A8ED
Tints of Perfume #C2A8ED
RGB
CMYK
RGB Variations
Color information
#C2A8ED (or 0xC2A8ED) is known color: Perfume. HEX triplet: C2, A8 and ED. RGB value is (194,168,237). Sum of RGB (Red+Green+Blue) = 194+168+237=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2A8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A8ED is #3D5712. Grayscale: #B7B7B7. Windows color (decimal): -4019987 or 15575234. OLE color: 15575234.
HSL color Cylindrical-coordinate representation of color #C2A8ED: hue angle of 262.61º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2A8ED is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 168 | 237 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.07 |
| HSL | 262.61º | 0.66% | 0.79% | - |
| HSV(B) | 262.61º | 0.29% | 0.93% | - |
| XYZ | 51.54 | 45.59 | 86.2 | - |
| YUV | 183.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 237 | 0.18 | 0.29 | 0 | 0.07 | 262.61 | 0.66 | 0.79 |
| Hex | C2 | A8 | ED | 12 | 1D | 0 | 7 | 107 | 42 | 4F |
| Octal | 302 | 250 | 355 | 22 | 35 | 0 | 7 | 407 | 102 | 117 |
| Binary | 11000010 | 10101000 | 11101101 | 10010 | 11101 | 0 | 111 | 100000111 | 1000010 | 1001111 |
Color Harmonies of #C2A8ED
Complementary color
Monochromatic Colors of #C2A8ED
Black with #C2A8ED
Text Example
Text Example
White with #C2A8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8ED; }
p { color: rgb(194,168,237); }
H1.HeaderClassName
{
color: #C2A8ED;
}
.AnyTagClassName
{
color: #C2A8ED;
}
</style>
background-color css
<style>
a { background-color: #C2A8ED; }
a { background-color: rgb(194,168,237); }
div.DivClassName
{
background-color: #C2A8ED;
}
.BgClassName
{
background-color: #C2A8ED;
}
</style>
border-color css
<style>
span { border-color: #C2A8ED; }
span { border-color: rgb(194,168,237); }
td.TdClassName
{
border-color: #C2A8ED;
}
.TagClassName
{
border-color: #C2A8ED;
}
</style>