Shades of Perfume #CCAEEA
Tints of Perfume #CCAEEA
RGB
CMYK
RGB Variations
Color information
#CCAEEA (or 0xCCAEEA) is known color: Perfume. HEX triplet: CC, AE and EA. RGB value is (204,174,234). Sum of RGB (Red+Green+Blue) = 204+174+234=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCAEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEEA is #335115. Grayscale: #BDBDBD. Windows color (decimal): -3363094 or 15380172. OLE color: 15380172.
HSL color Cylindrical-coordinate representation of color #CCAEEA: hue angle of 270º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCAEEA is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 174 | 234 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.08 |
| HSL | 270º | 0.59% | 0.8% | - |
| HSV(B) | 270º | 0.26% | 0.92% | - |
| XYZ | 54.89 | 49.05 | 84.42 | - |
| YUV | 189.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 234 | 0.13 | 0.26 | 0 | 0.08 | 270 | 0.59 | 0.8 |
| Hex | CC | AE | EA | D | 1A | 0 | 8 | 10E | 3B | 50 |
| Octal | 314 | 256 | 352 | 15 | 32 | 0 | 10 | 416 | 73 | 120 |
| Binary | 11001100 | 10101110 | 11101010 | 1101 | 11010 | 0 | 1000 | 100001110 | 111011 | 1010000 |
Color Harmonies of #CCAEEA
Complementary color
Monochromatic Colors of #CCAEEA
Black with #CCAEEA
Text Example
Text Example
White with #CCAEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEEA; }
p { color: rgb(204,174,234); }
H1.HeaderClassName
{
color: #CCAEEA;
}
.AnyTagClassName
{
color: #CCAEEA;
}
</style>
background-color css
<style>
a { background-color: #CCAEEA; }
a { background-color: rgb(204,174,234); }
div.DivClassName
{
background-color: #CCAEEA;
}
.BgClassName
{
background-color: #CCAEEA;
}
</style>
border-color css
<style>
span { border-color: #CCAEEA; }
span { border-color: rgb(204,174,234); }
td.TdClassName
{
border-color: #CCAEEA;
}
.TagClassName
{
border-color: #CCAEEA;
}
</style>