Shades of Perfume #CCACF3
Tints of Perfume #CCACF3
RGB
CMYK
RGB Variations
Color information
#CCACF3 (or 0xCCACF3) is known color: Perfume. HEX triplet: CC, AC and F3. RGB value is (204,172,243). Sum of RGB (Red+Green+Blue) = 204+172+243=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 243 (95.31% from 255 or 39.26% from 619); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACF3 is #33530C. Grayscale: #BDBDBD. Windows color (decimal): -3363597 or 15969484. OLE color: 15969484.
HSL color Cylindrical-coordinate representation of color #CCACF3: hue angle of 267.04º degrees, saturation: 0.75, 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 #CCACF3 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 172 | 243 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.05 |
| HSL | 267.04º | 0.75% | 0.81% | - |
| HSV(B) | 267.04º | 0.29% | 0.95% | - |
| XYZ | 55.83 | 48.81 | 91.27 | - |
| YUV | 189.66 | 158.1 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 243 | 0.16 | 0.29 | 0 | 0.05 | 267.04 | 0.75 | 0.81 |
| Hex | CC | AC | F3 | 10 | 1D | 0 | 5 | 10B | 4B | 51 |
| Octal | 314 | 254 | 363 | 20 | 35 | 0 | 5 | 413 | 113 | 121 |
| Binary | 11001100 | 10101100 | 11110011 | 10000 | 11101 | 0 | 101 | 100001011 | 1001011 | 1010001 |
Color Harmonies of #CCACF3
Complementary color
Monochromatic Colors of #CCACF3
Black with #CCACF3
Text Example
Text Example
White with #CCACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACF3; }
p { color: rgb(204,172,243); }
H1.HeaderClassName
{
color: #CCACF3;
}
.AnyTagClassName
{
color: #CCACF3;
}
</style>
background-color css
<style>
a { background-color: #CCACF3; }
a { background-color: rgb(204,172,243); }
div.DivClassName
{
background-color: #CCACF3;
}
.BgClassName
{
background-color: #CCACF3;
}
</style>
border-color css
<style>
span { border-color: #CCACF3; }
span { border-color: rgb(204,172,243); }
td.TdClassName
{
border-color: #CCACF3;
}
.TagClassName
{
border-color: #CCACF3;
}
</style>