Shades of Perfume #CCA8F1
Tints of Perfume #CCA8F1
RGB
CMYK
RGB Variations
Color information
#CCA8F1 (or 0xCCA8F1) is known color: Perfume. HEX triplet: CC, A8 and F1. RGB value is (204,168,241). Sum of RGB (Red+Green+Blue) = 204+168+241=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 168 (66.02% from 255 or 27.41% from 613); Blue value is 241 (94.53% from 255 or 39.31% from 613); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCA8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8F1 is #33570E. Grayscale: #BABABA. Windows color (decimal): -3364623 or 15837388. OLE color: 15837388.
HSL color Cylindrical-coordinate representation of color #CCA8F1: hue angle of 269.59º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA8F1 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 168 | 241 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.05 |
| HSL | 269.59º | 0.72% | 0.8% | - |
| HSV(B) | 269.59º | 0.3% | 0.95% | - |
| XYZ | 54.78 | 47.19 | 89.44 | - |
| YUV | 187.09 | 158.43 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 241 | 0.15 | 0.30 | 0 | 0.05 | 269.59 | 0.72 | 0.8 |
| Hex | CC | A8 | F1 | F | 1E | 0 | 5 | 10E | 48 | 50 |
| Octal | 314 | 250 | 361 | 17 | 36 | 0 | 5 | 416 | 110 | 120 |
| Binary | 11001100 | 10101000 | 11110001 | 1111 | 11110 | 0 | 101 | 100001110 | 1001000 | 1010000 |
Color Harmonies of #CCA8F1
Complementary color
Monochromatic Colors of #CCA8F1
Black with #CCA8F1
Text Example
Text Example
White with #CCA8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8F1; }
p { color: rgb(204,168,241); }
H1.HeaderClassName
{
color: #CCA8F1;
}
.AnyTagClassName
{
color: #CCA8F1;
}
</style>
background-color css
<style>
a { background-color: #CCA8F1; }
a { background-color: rgb(204,168,241); }
div.DivClassName
{
background-color: #CCA8F1;
}
.BgClassName
{
background-color: #CCA8F1;
}
</style>
border-color css
<style>
span { border-color: #CCA8F1; }
span { border-color: rgb(204,168,241); }
td.TdClassName
{
border-color: #CCA8F1;
}
.TagClassName
{
border-color: #CCA8F1;
}
</style>