Shades of Perfume #CCA8E9
Tints of Perfume #CCA8E9
RGB
CMYK
RGB Variations
Color information
#CCA8E9 (or 0xCCA8E9) is known color: Perfume. HEX triplet: CC, A8 and E9. RGB value is (204,168,233). Sum of RGB (Red+Green+Blue) = 204+168+233=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCA8E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8E9 is #335716. Grayscale: #B9B9B9. Windows color (decimal): -3364631 or 15313100. OLE color: 15313100.
HSL color Cylindrical-coordinate representation of color #CCA8E9: hue angle of 273.23º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCA8E9 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 168 | 233 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.09 |
| HSL | 273.23º | 0.6% | 0.79% | - |
| HSV(B) | 273.23º | 0.28% | 0.91% | - |
| XYZ | 53.61 | 46.73 | 83.28 | - |
| YUV | 186.17 | 154.43 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 233 | 0.12 | 0.28 | 0 | 0.09 | 273.23 | 0.6 | 0.79 |
| Hex | CC | A8 | E9 | C | 1C | 0 | 9 | 111 | 3C | 4F |
| Octal | 314 | 250 | 351 | 14 | 34 | 0 | 11 | 421 | 74 | 117 |
| Binary | 11001100 | 10101000 | 11101001 | 1100 | 11100 | 0 | 1001 | 100010001 | 111100 | 1001111 |
Color Harmonies of #CCA8E9
Complementary color
Monochromatic Colors of #CCA8E9
Black with #CCA8E9
Text Example
Text Example
White with #CCA8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8E9; }
p { color: rgb(204,168,233); }
H1.HeaderClassName
{
color: #CCA8E9;
}
.AnyTagClassName
{
color: #CCA8E9;
}
</style>
background-color css
<style>
a { background-color: #CCA8E9; }
a { background-color: rgb(204,168,233); }
div.DivClassName
{
background-color: #CCA8E9;
}
.BgClassName
{
background-color: #CCA8E9;
}
</style>
border-color css
<style>
span { border-color: #CCA8E9; }
span { border-color: rgb(204,168,233); }
td.TdClassName
{
border-color: #CCA8E9;
}
.TagClassName
{
border-color: #CCA8E9;
}
</style>