Shades of Perfume #CCACE5
Tints of Perfume #CCACE5
RGB
CMYK
RGB Variations
Color information
#CCACE5 (or 0xCCACE5) is known color: Perfume. HEX triplet: CC, AC and E5. RGB value is (204,172,229). Sum of RGB (Red+Green+Blue) = 204+172+229=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCACE5 is #33531A. Grayscale: #BBBBBB. Windows color (decimal): -3363611 or 15051980. OLE color: 15051980.
HSL color Cylindrical-coordinate representation of color #CCACE5: hue angle of 273.68º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCACE5 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 172 | 229 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.10 |
| HSL | 273.68º | 0.52% | 0.79% | - |
| HSV(B) | 273.68º | 0.25% | 0.9% | - |
| XYZ | 53.8 | 48 | 80.56 | - |
| YUV | 188.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 229 | 0.11 | 0.25 | 0 | 0.10 | 273.68 | 0.52 | 0.79 |
| Hex | CC | AC | E5 | B | 19 | 0 | A | 112 | 34 | 4F |
| Octal | 314 | 254 | 345 | 13 | 31 | 0 | 12 | 422 | 64 | 117 |
| Binary | 11001100 | 10101100 | 11100101 | 1011 | 11001 | 0 | 1010 | 100010010 | 110100 | 1001111 |
Color Harmonies of #CCACE5
Complementary color
Monochromatic Colors of #CCACE5
Black with #CCACE5
Text Example
Text Example
White with #CCACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACE5; }
p { color: rgb(204,172,229); }
H1.HeaderClassName
{
color: #CCACE5;
}
.AnyTagClassName
{
color: #CCACE5;
}
</style>
background-color css
<style>
a { background-color: #CCACE5; }
a { background-color: rgb(204,172,229); }
div.DivClassName
{
background-color: #CCACE5;
}
.BgClassName
{
background-color: #CCACE5;
}
</style>
border-color css
<style>
span { border-color: #CCACE5; }
span { border-color: rgb(204,172,229); }
td.TdClassName
{
border-color: #CCACE5;
}
.TagClassName
{
border-color: #CCACE5;
}
</style>