Shades of Perfume #CCACE8
Tints of Perfume #CCACE8
RGB
CMYK
RGB Variations
Color information
#CCACE8 (or 0xCCACE8) is known color: Perfume. HEX triplet: CC, AC and E8. RGB value is (204,172,232). Sum of RGB (Red+Green+Blue) = 204+172+232=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 232 (91.02% from 255 or 38.16% from 608); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACE8 is #335317. Grayscale: #BCBCBC. Windows color (decimal): -3363608 or 15248588. OLE color: 15248588.
HSL color Cylindrical-coordinate representation of color #CCACE8: hue angle of 272º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCACE8 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 172 | 232 | - |
| CMYK | 0.12 | 0.26 | 0 | 0.09 |
| HSL | 272º | 0.57% | 0.79% | - |
| HSV(B) | 272º | 0.26% | 0.91% | - |
| XYZ | 54.22 | 48.17 | 82.78 | - |
| YUV | 188.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 232 | 0.12 | 0.26 | 0 | 0.09 | 272 | 0.57 | 0.79 |
| Hex | CC | AC | E8 | C | 1A | 0 | 9 | 110 | 39 | 4F |
| Octal | 314 | 254 | 350 | 14 | 32 | 0 | 11 | 420 | 71 | 117 |
| Binary | 11001100 | 10101100 | 11101000 | 1100 | 11010 | 0 | 1001 | 100010000 | 111001 | 1001111 |
Color Harmonies of #CCACE8
Complementary color
Monochromatic Colors of #CCACE8
Black with #CCACE8
Text Example
Text Example
White with #CCACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACE8; }
p { color: rgb(204,172,232); }
H1.HeaderClassName
{
color: #CCACE8;
}
.AnyTagClassName
{
color: #CCACE8;
}
</style>
background-color css
<style>
a { background-color: #CCACE8; }
a { background-color: rgb(204,172,232); }
div.DivClassName
{
background-color: #CCACE8;
}
.BgClassName
{
background-color: #CCACE8;
}
</style>
border-color css
<style>
span { border-color: #CCACE8; }
span { border-color: rgb(204,172,232); }
td.TdClassName
{
border-color: #CCACE8;
}
.TagClassName
{
border-color: #CCACE8;
}
</style>