Shades of Perfume #CCACF1
Tints of Perfume #CCACF1
RGB
CMYK
RGB Variations
Color information
#CCACF1 (or 0xCCACF1) is known color: Perfume. HEX triplet: CC, AC and F1. RGB value is (204,172,241). Sum of RGB (Red+Green+Blue) = 204+172+241=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACF1 is #33530E. Grayscale: #BDBDBD. Windows color (decimal): -3363599 or 15838412. OLE color: 15838412.
HSL color Cylindrical-coordinate representation of color #CCACF1: hue angle of 267.83º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCACF1 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 172 | 241 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.05 |
| HSL | 267.83º | 0.71% | 0.81% | - |
| HSV(B) | 267.83º | 0.29% | 0.95% | - |
| XYZ | 55.53 | 48.69 | 89.69 | - |
| YUV | 189.43 | 157.1 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 241 | 0.15 | 0.29 | 0 | 0.05 | 267.83 | 0.71 | 0.81 |
| Hex | CC | AC | F1 | F | 1D | 0 | 5 | 10C | 47 | 51 |
| Octal | 314 | 254 | 361 | 17 | 35 | 0 | 5 | 414 | 107 | 121 |
| Binary | 11001100 | 10101100 | 11110001 | 1111 | 11101 | 0 | 101 | 100001100 | 1000111 | 1010001 |
Color Harmonies of #CCACF1
Complementary color
Monochromatic Colors of #CCACF1
Black with #CCACF1
Text Example
Text Example
White with #CCACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACF1; }
p { color: rgb(204,172,241); }
H1.HeaderClassName
{
color: #CCACF1;
}
.AnyTagClassName
{
color: #CCACF1;
}
</style>
background-color css
<style>
a { background-color: #CCACF1; }
a { background-color: rgb(204,172,241); }
div.DivClassName
{
background-color: #CCACF1;
}
.BgClassName
{
background-color: #CCACF1;
}
</style>
border-color css
<style>
span { border-color: #CCACF1; }
span { border-color: rgb(204,172,241); }
td.TdClassName
{
border-color: #CCACF1;
}
.TagClassName
{
border-color: #CCACF1;
}
</style>