Shades of Perfume #CCABEC
Tints of Perfume #CCABEC
RGB
CMYK
RGB Variations
Color information
#CCABEC (or 0xCCABEC) is known color: Perfume. HEX triplet: CC, AB and EC. RGB value is (204,171,236). Sum of RGB (Red+Green+Blue) = 204+171+236=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCABEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCABEC is #335413. Grayscale: #BCBCBC. Windows color (decimal): -3363860 or 15510476. OLE color: 15510476.
HSL color Cylindrical-coordinate representation of color #CCABEC: hue angle of 270.46º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCABEC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 171 | 236 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.07 |
| HSL | 270.46º | 0.63% | 0.8% | - |
| HSV(B) | 270.46º | 0.28% | 0.93% | - |
| XYZ | 54.61 | 48.02 | 85.75 | - |
| YUV | 188.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 236 | 0.14 | 0.28 | 0 | 0.07 | 270.46 | 0.63 | 0.8 |
| Hex | CC | AB | EC | E | 1C | 0 | 7 | 10E | 3F | 50 |
| Octal | 314 | 253 | 354 | 16 | 34 | 0 | 7 | 416 | 77 | 120 |
| Binary | 11001100 | 10101011 | 11101100 | 1110 | 11100 | 0 | 111 | 100001110 | 111111 | 1010000 |
Color Harmonies of #CCABEC
Complementary color
Monochromatic Colors of #CCABEC
Black with #CCABEC
Text Example
Text Example
White with #CCABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABEC; }
p { color: rgb(204,171,236); }
H1.HeaderClassName
{
color: #CCABEC;
}
.AnyTagClassName
{
color: #CCABEC;
}
</style>
background-color css
<style>
a { background-color: #CCABEC; }
a { background-color: rgb(204,171,236); }
div.DivClassName
{
background-color: #CCABEC;
}
.BgClassName
{
background-color: #CCABEC;
}
</style>
border-color css
<style>
span { border-color: #CCABEC; }
span { border-color: rgb(204,171,236); }
td.TdClassName
{
border-color: #CCABEC;
}
.TagClassName
{
border-color: #CCABEC;
}
</style>