Shades of Perfume #CCACF0
Tints of Perfume #CCACF0
RGB
CMYK
RGB Variations
Color information
#CCACF0 (or 0xCCACF0) is known color: Perfume. HEX triplet: CC, AC and F0. RGB value is (204,172,240). Sum of RGB (Red+Green+Blue) = 204+172+240=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACF0 is #33530F. Grayscale: #BDBDBD. Windows color (decimal): -3363600 or 15772876. OLE color: 15772876.
HSL color Cylindrical-coordinate representation of color #CCACF0: hue angle of 268.24º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCACF0 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 172 | 240 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.06 |
| HSL | 268.24º | 0.69% | 0.81% | - |
| HSV(B) | 268.24º | 0.28% | 0.94% | - |
| XYZ | 55.38 | 48.63 | 88.91 | - |
| YUV | 189.32 | 156.6 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 240 | 0.15 | 0.28 | 0 | 0.06 | 268.24 | 0.69 | 0.81 |
| Hex | CC | AC | F0 | F | 1C | 0 | 6 | 10C | 45 | 51 |
| Octal | 314 | 254 | 360 | 17 | 34 | 0 | 6 | 414 | 105 | 121 |
| Binary | 11001100 | 10101100 | 11110000 | 1111 | 11100 | 0 | 110 | 100001100 | 1000101 | 1010001 |
Color Harmonies of #CCACF0
Complementary color
Monochromatic Colors of #CCACF0
Black with #CCACF0
Text Example
Text Example
White with #CCACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACF0; }
p { color: rgb(204,172,240); }
H1.HeaderClassName
{
color: #CCACF0;
}
.AnyTagClassName
{
color: #CCACF0;
}
</style>
background-color css
<style>
a { background-color: #CCACF0; }
a { background-color: rgb(204,172,240); }
div.DivClassName
{
background-color: #CCACF0;
}
.BgClassName
{
background-color: #CCACF0;
}
</style>
border-color css
<style>
span { border-color: #CCACF0; }
span { border-color: rgb(204,172,240); }
td.TdClassName
{
border-color: #CCACF0;
}
.TagClassName
{
border-color: #CCACF0;
}
</style>