Shades of Perfume #CCA8ED
Tints of Perfume #CCA8ED
RGB
CMYK
RGB Variations
Color information
#CCA8ED (or 0xCCA8ED) is known color: Perfume. HEX triplet: CC, A8 and ED. RGB value is (204,168,237). Sum of RGB (Red+Green+Blue) = 204+168+237=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 168 (66.02% from 255 or 27.59% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8ED is #335712. Grayscale: #BABABA. Windows color (decimal): -3364627 or 15575244. OLE color: 15575244.
HSL color Cylindrical-coordinate representation of color #CCA8ED: hue angle of 271.3º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCA8ED is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 168 | 237 | - |
CMYK | 0.14 | 0.29 | 0 | 0.07 |
HSL | 271.3º | 0.66% | 0.79% | - |
HSV(B) | 271.3º | 0.29% | 0.93% | - |
XYZ | 54.19 | 46.96 | 86.33 | - |
YUV | 186.63 | 156.43 | 140.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 168 | 237 | 0.14 | 0.29 | 0 | 0.07 | 271.3 | 0.66 | 0.79 |
Hex | CC | A8 | ED | E | 1D | 0 | 7 | 10F | 42 | 4F |
Octal | 314 | 250 | 355 | 16 | 35 | 0 | 7 | 417 | 102 | 117 |
Binary | 11001100 | 10101000 | 11101101 | 1110 | 11101 | 0 | 111 | 100001111 | 1000010 | 1001111 |
Color Harmonies of #CCA8ED
Complementary color
Monochromatic Colors of #CCA8ED
Black with #CCA8ED
Text Example
Text Example
White with #CCA8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8ED; }
p { color: rgb(204,168,237); }
H1.HeaderClassName
{
color: #CCA8ED;
}
.AnyTagClassName
{
color: #CCA8ED;
}
</style>
background-color css
<style>
a { background-color: #CCA8ED; }
a { background-color: rgb(204,168,237); }
div.DivClassName
{
background-color: #CCA8ED;
}
.BgClassName
{
background-color: #CCA8ED;
}
</style>
border-color css
<style>
span { border-color: #CCA8ED; }
span { border-color: rgb(204,168,237); }
td.TdClassName
{
border-color: #CCA8ED;
}
.TagClassName
{
border-color: #CCA8ED;
}
</style>