Shades of Perfume #CCA8EF
Tints of Perfume #CCA8EF
RGB
CMYK
RGB Variations
Color information
#CCA8EF (or 0xCCA8EF) is known color: Perfume. HEX triplet: CC, A8 and EF. RGB value is (204,168,239). Sum of RGB (Red+Green+Blue) = 204+168+239=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCA8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8EF is #335710. Grayscale: #BABABA. Windows color (decimal): -3364625 or 15706316. OLE color: 15706316.
HSL color Cylindrical-coordinate representation of color #CCA8EF: hue angle of 270.42º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCA8EF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 168 | 239 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.06 |
| HSL | 270.42º | 0.69% | 0.8% | - |
| HSV(B) | 270.42º | 0.3% | 0.94% | - |
| XYZ | 54.48 | 47.07 | 87.88 | - |
| YUV | 186.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 239 | 0.15 | 0.30 | 0 | 0.06 | 270.42 | 0.69 | 0.8 |
| Hex | CC | A8 | EF | F | 1E | 0 | 6 | 10E | 45 | 50 |
| Octal | 314 | 250 | 357 | 17 | 36 | 0 | 6 | 416 | 105 | 120 |
| Binary | 11001100 | 10101000 | 11101111 | 1111 | 11110 | 0 | 110 | 100001110 | 1000101 | 1010000 |
Color Harmonies of #CCA8EF
Complementary color
Monochromatic Colors of #CCA8EF
Black with #CCA8EF
Text Example
Text Example
White with #CCA8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8EF; }
p { color: rgb(204,168,239); }
H1.HeaderClassName
{
color: #CCA8EF;
}
.AnyTagClassName
{
color: #CCA8EF;
}
</style>
background-color css
<style>
a { background-color: #CCA8EF; }
a { background-color: rgb(204,168,239); }
div.DivClassName
{
background-color: #CCA8EF;
}
.BgClassName
{
background-color: #CCA8EF;
}
</style>
border-color css
<style>
span { border-color: #CCA8EF; }
span { border-color: rgb(204,168,239); }
td.TdClassName
{
border-color: #CCA8EF;
}
.TagClassName
{
border-color: #CCA8EF;
}
</style>