Shades of Perfume #CCAAEB
Tints of Perfume #CCAAEB
RGB
CMYK
RGB Variations
Color information
#CCAAEB (or 0xCCAAEB) is known color: Perfume. HEX triplet: CC, AA and EB. RGB value is (204,170,235). Sum of RGB (Red+Green+Blue) = 204+170+235=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAEB is #335514. Grayscale: #BBBBBB. Windows color (decimal): -3364117 or 15444684. OLE color: 15444684.
HSL color Cylindrical-coordinate representation of color #CCAAEB: hue angle of 271.38º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCAAEB is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 170 | 235 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.08 |
| HSL | 271.38º | 0.62% | 0.79% | - |
| HSV(B) | 271.38º | 0.28% | 0.92% | - |
| XYZ | 54.27 | 47.58 | 84.92 | - |
| YUV | 187.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 170 | 235 | 0.13 | 0.28 | 0 | 0.08 | 271.38 | 0.62 | 0.79 |
| Hex | CC | AA | EB | D | 1C | 0 | 8 | 10F | 3E | 4F |
| Octal | 314 | 252 | 353 | 15 | 34 | 0 | 10 | 417 | 76 | 117 |
| Binary | 11001100 | 10101010 | 11101011 | 1101 | 11100 | 0 | 1000 | 100001111 | 111110 | 1001111 |
Color Harmonies of #CCAAEB
Complementary color
Monochromatic Colors of #CCAAEB
Black with #CCAAEB
Text Example
Text Example
White with #CCAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAAEB; }
p { color: rgb(204,170,235); }
H1.HeaderClassName
{
color: #CCAAEB;
}
.AnyTagClassName
{
color: #CCAAEB;
}
</style>
background-color css
<style>
a { background-color: #CCAAEB; }
a { background-color: rgb(204,170,235); }
div.DivClassName
{
background-color: #CCAAEB;
}
.BgClassName
{
background-color: #CCAAEB;
}
</style>
border-color css
<style>
span { border-color: #CCAAEB; }
span { border-color: rgb(204,170,235); }
td.TdClassName
{
border-color: #CCAAEB;
}
.TagClassName
{
border-color: #CCAAEB;
}
</style>