Shades of Perfume #CCAEEE
Tints of Perfume #CCAEEE
RGB
CMYK
RGB Variations
Color information
#CCAEEE (or 0xCCAEEE) is known color: Perfume. HEX triplet: CC, AE and EE. RGB value is (204,174,238). Sum of RGB (Red+Green+Blue) = 204+174+238=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAEEE is #335111. Grayscale: #BEBEBE. Windows color (decimal): -3363090 or 15642316. OLE color: 15642316.
HSL color Cylindrical-coordinate representation of color #CCAEEE: hue angle of 268.12º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCAEEE is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 174 | 238 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.07 |
| HSL | 268.13º | 0.65% | 0.81% | - |
| HSV(B) | 268.13º | 0.27% | 0.93% | - |
| XYZ | 55.47 | 49.28 | 87.48 | - |
| YUV | 190.27 | 154.94 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 174 | 238 | 0.14 | 0.27 | 0 | 0.07 | 268.13 | 0.65 | 0.81 |
| Hex | CC | AE | EE | E | 1B | 0 | 7 | 10C | 41 | 51 |
| Octal | 314 | 256 | 356 | 16 | 33 | 0 | 7 | 414 | 101 | 121 |
| Binary | 11001100 | 10101110 | 11101110 | 1110 | 11011 | 0 | 111 | 100001100 | 1000001 | 1010001 |
Color Harmonies of #CCAEEE
Complementary color
Monochromatic Colors of #CCAEEE
Black with #CCAEEE
Text Example
Text Example
White with #CCAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEEE; }
p { color: rgb(204,174,238); }
H1.HeaderClassName
{
color: #CCAEEE;
}
.AnyTagClassName
{
color: #CCAEEE;
}
</style>
background-color css
<style>
a { background-color: #CCAEEE; }
a { background-color: rgb(204,174,238); }
div.DivClassName
{
background-color: #CCAEEE;
}
.BgClassName
{
background-color: #CCAEEE;
}
</style>
border-color css
<style>
span { border-color: #CCAEEE; }
span { border-color: rgb(204,174,238); }
td.TdClassName
{
border-color: #CCAEEE;
}
.TagClassName
{
border-color: #CCAEEE;
}
</style>