Shades of Perfume #CCACEF
Tints of Perfume #CCACEF
RGB
CMYK
RGB Variations
Color information
#CCACEF (or 0xCCACEF) is known color: Perfume. HEX triplet: CC, AC and EF. RGB value is (204,172,239). Sum of RGB (Red+Green+Blue) = 204+172+239=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACEF is #335310. Grayscale: #BCBCBC. Windows color (decimal): -3363601 or 15707340. OLE color: 15707340.
HSL color Cylindrical-coordinate representation of color #CCACEF: hue angle of 268.66º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCACEF is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 172 | 239 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.06 |
| HSL | 268.66º | 0.68% | 0.81% | - |
| HSV(B) | 268.66º | 0.28% | 0.94% | - |
| XYZ | 55.23 | 48.57 | 88.13 | - |
| YUV | 189.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 239 | 0.15 | 0.28 | 0 | 0.06 | 268.66 | 0.68 | 0.81 |
| Hex | CC | AC | EF | F | 1C | 0 | 6 | 10D | 44 | 51 |
| Octal | 314 | 254 | 357 | 17 | 34 | 0 | 6 | 415 | 104 | 121 |
| Binary | 11001100 | 10101100 | 11101111 | 1111 | 11100 | 0 | 110 | 100001101 | 1000100 | 1010001 |
Color Harmonies of #CCACEF
Complementary color
Monochromatic Colors of #CCACEF
Black with #CCACEF
Text Example
Text Example
White with #CCACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACEF; }
p { color: rgb(204,172,239); }
H1.HeaderClassName
{
color: #CCACEF;
}
.AnyTagClassName
{
color: #CCACEF;
}
</style>
background-color css
<style>
a { background-color: #CCACEF; }
a { background-color: rgb(204,172,239); }
div.DivClassName
{
background-color: #CCACEF;
}
.BgClassName
{
background-color: #CCACEF;
}
</style>
border-color css
<style>
span { border-color: #CCACEF; }
span { border-color: rgb(204,172,239); }
td.TdClassName
{
border-color: #CCACEF;
}
.TagClassName
{
border-color: #CCACEF;
}
</style>