Shades of Perfume #CCA8EE
Tints of Perfume #CCA8EE
RGB
CMYK
RGB Variations
Color information
#CCA8EE (or 0xCCA8EE) is known color: Perfume. HEX triplet: CC, A8 and EE. RGB value is (204,168,238). Sum of RGB (Red+Green+Blue) = 204+168+238=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 168 (66.02% from 255 or 27.54% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCA8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8EE is #335711. Grayscale: #BABABA. Windows color (decimal): -3364626 or 15640780. OLE color: 15640780.
HSL color Cylindrical-coordinate representation of color #CCA8EE: hue angle of 270.86º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA8EE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 168 | 238 | - |
CMYK | 0.14 | 0.29 | 0 | 0.07 |
HSL | 270.86º | 0.67% | 0.8% | - |
HSV(B) | 270.86º | 0.29% | 0.93% | - |
XYZ | 54.34 | 47.02 | 87.1 | - |
YUV | 186.74 | 156.93 | 140.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 168 | 238 | 0.14 | 0.29 | 0 | 0.07 | 270.86 | 0.67 | 0.8 |
Hex | CC | A8 | EE | E | 1D | 0 | 7 | 10F | 43 | 50 |
Octal | 314 | 250 | 356 | 16 | 35 | 0 | 7 | 417 | 103 | 120 |
Binary | 11001100 | 10101000 | 11101110 | 1110 | 11101 | 0 | 111 | 100001111 | 1000011 | 1010000 |
Color Harmonies of #CCA8EE
Complementary color
Monochromatic Colors of #CCA8EE
Black with #CCA8EE
Text Example
Text Example
White with #CCA8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8EE; }
p { color: rgb(204,168,238); }
H1.HeaderClassName
{
color: #CCA8EE;
}
.AnyTagClassName
{
color: #CCA8EE;
}
</style>
background-color css
<style>
a { background-color: #CCA8EE; }
a { background-color: rgb(204,168,238); }
div.DivClassName
{
background-color: #CCA8EE;
}
.BgClassName
{
background-color: #CCA8EE;
}
</style>
border-color css
<style>
span { border-color: #CCA8EE; }
span { border-color: rgb(204,168,238); }
td.TdClassName
{
border-color: #CCA8EE;
}
.TagClassName
{
border-color: #CCA8EE;
}
</style>