Shades of Perfume #CCAAF2
Tints of Perfume #CCAAF2
RGB
CMYK
RGB Variations
Color information
#CCAAF2 (or 0xCCAAF2) is known color: Perfume. HEX triplet: CC, AA and F2. RGB value is (204,170,242). Sum of RGB (Red+Green+Blue) = 204+170+242=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAF2 is #33550D. Grayscale: #BCBCBC. Windows color (decimal): -3364110 or 15903436. OLE color: 15903436.
HSL color Cylindrical-coordinate representation of color #CCAAF2: hue angle of 268.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCAAF2 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 170 | 242 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.05 |
| HSL | 268.33º | 0.73% | 0.81% | - |
| HSV(B) | 268.33º | 0.3% | 0.95% | - |
| XYZ | 55.3 | 48 | 90.35 | - |
| YUV | 188.37 | 158.26 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 242 | 0.16 | 0.30 | 0 | 0.05 | 268.33 | 0.73 | 0.81 |
| Hex | CC | AA | F2 | 10 | 1E | 0 | 5 | 10C | 49 | 51 |
| Octal | 314 | 252 | 362 | 20 | 36 | 0 | 5 | 414 | 111 | 121 |
| Binary | 11001100 | 10101010 | 11110010 | 10000 | 11110 | 0 | 101 | 100001100 | 1001001 | 1010001 |
Color Harmonies of #CCAAF2
Complementary color
Monochromatic Colors of #CCAAF2
Black with #CCAAF2
Text Example
Text Example
White with #CCAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAF2; }
p { color: rgb(204,170,242); }
H1.HeaderClassName
{
color: #CCAAF2;
}
.AnyTagClassName
{
color: #CCAAF2;
}
</style>
background-color css
<style>
a { background-color: #CCAAF2; }
a { background-color: rgb(204,170,242); }
div.DivClassName
{
background-color: #CCAAF2;
}
.BgClassName
{
background-color: #CCAAF2;
}
</style>
border-color css
<style>
span { border-color: #CCAAF2; }
span { border-color: rgb(204,170,242); }
td.TdClassName
{
border-color: #CCAAF2;
}
.TagClassName
{
border-color: #CCAAF2;
}
</style>