Shades of Perfume #CCAAEC
Tints of Perfume #CCAAEC
RGB
CMYK
RGB Variations
Color information
#CCAAEC (or 0xCCAAEC) is known color: Perfume. HEX triplet: CC, AA and EC. RGB value is (204,170,236). Sum of RGB (Red+Green+Blue) = 204+170+236=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAEC is #335513. Grayscale: #BBBBBB. Windows color (decimal): -3364116 or 15510220. OLE color: 15510220.
HSL color Cylindrical-coordinate representation of color #CCAAEC: hue angle of 270.91º 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 #CCAAEC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 170 | 236 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.07 |
| HSL | 270.91º | 0.63% | 0.8% | - |
| HSV(B) | 270.91º | 0.28% | 0.93% | - |
| XYZ | 54.42 | 47.64 | 85.68 | - |
| YUV | 187.69 | 155.26 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 236 | 0.14 | 0.28 | 0 | 0.07 | 270.91 | 0.63 | 0.8 |
| Hex | CC | AA | EC | E | 1C | 0 | 7 | 10F | 3F | 50 |
| Octal | 314 | 252 | 354 | 16 | 34 | 0 | 7 | 417 | 77 | 120 |
| Binary | 11001100 | 10101010 | 11101100 | 1110 | 11100 | 0 | 111 | 100001111 | 111111 | 1010000 |
Color Harmonies of #CCAAEC
Complementary color
Monochromatic Colors of #CCAAEC
Black with #CCAAEC
Text Example
Text Example
White with #CCAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAEC; }
p { color: rgb(204,170,236); }
H1.HeaderClassName
{
color: #CCAAEC;
}
.AnyTagClassName
{
color: #CCAAEC;
}
</style>
background-color css
<style>
a { background-color: #CCAAEC; }
a { background-color: rgb(204,170,236); }
div.DivClassName
{
background-color: #CCAAEC;
}
.BgClassName
{
background-color: #CCAAEC;
}
</style>
border-color css
<style>
span { border-color: #CCAAEC; }
span { border-color: rgb(204,170,236); }
td.TdClassName
{
border-color: #CCAAEC;
}
.TagClassName
{
border-color: #CCAAEC;
}
</style>