Shades of Perfume #CCAAE5
Tints of Perfume #CCAAE5
RGB
CMYK
RGB Variations
Color information
#CCAAE5 (or 0xCCAAE5) is known color: Perfume. HEX triplet: CC, AA and E5. RGB value is (204,170,229). Sum of RGB (Red+Green+Blue) = 204+170+229=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCAAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAAE5 is #33551A. Grayscale: #BABABA. Windows color (decimal): -3364123 or 15051468. OLE color: 15051468.
HSL color Cylindrical-coordinate representation of color #CCAAE5: hue angle of 274.58º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCAAE5 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 170 | 229 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.10 |
| HSL | 274.58º | 0.53% | 0.78% | - |
| HSV(B) | 274.58º | 0.26% | 0.9% | - |
| XYZ | 53.42 | 47.24 | 80.43 | - |
| YUV | 186.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 229 | 0.11 | 0.26 | 0 | 0.10 | 274.58 | 0.53 | 0.78 |
| Hex | CC | AA | E5 | B | 1A | 0 | A | 113 | 35 | 4E |
| Octal | 314 | 252 | 345 | 13 | 32 | 0 | 12 | 423 | 65 | 116 |
| Binary | 11001100 | 10101010 | 11100101 | 1011 | 11010 | 0 | 1010 | 100010011 | 110101 | 1001110 |
Color Harmonies of #CCAAE5
Complementary color
Monochromatic Colors of #CCAAE5
Black with #CCAAE5
Text Example
Text Example
White with #CCAAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAE5; }
p { color: rgb(204,170,229); }
H1.HeaderClassName
{
color: #CCAAE5;
}
.AnyTagClassName
{
color: #CCAAE5;
}
</style>
background-color css
<style>
a { background-color: #CCAAE5; }
a { background-color: rgb(204,170,229); }
div.DivClassName
{
background-color: #CCAAE5;
}
.BgClassName
{
background-color: #CCAAE5;
}
</style>
border-color css
<style>
span { border-color: #CCAAE5; }
span { border-color: rgb(204,170,229); }
td.TdClassName
{
border-color: #CCAAE5;
}
.TagClassName
{
border-color: #CCAAE5;
}
</style>