#CCA8EC

Color #CCA8EC Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #CCA8EC

Tints of Perfume #CCA8EC

Color information

#CCA8EC (or 0xCCA8EC) is unknown color: approx Perfume. HEX triplet: CC, A8 and EC. RGB value is (204,168,236). Sum of RGB (Red+Green+Blue) = 204+168+236=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8EC is #335713. Grayscale: #BABABA. Windows color (decimal): -3364628 or 15509708. OLE color: 15509708.

HSL color Cylindrical-coordinate representation of color #CCA8EC: hue angle of 271.76º degrees, saturation: 0.64, 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 #CCA8EC is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204168236-
CMYK0.140.2900.07
HSL271.76º64.15%79.22%-
HSV(B)271.76º28.81%92.55%-
XYZ54.0446.985.56-
YUV186.52155.93140.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 33.55%
GREEN value IS 168 (66.02% from 255) = 27.63%
BLUE value IS 236 (92.58% from 255) = 38.82%
R=33.55%
G=27.63%
B=38.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041682360.140.2900.07271.7664.1579.22
HexCCA8ECE1D07110404f
Octal314250354163507420100117
Binary110011001010100011101100111011101011110001000010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8EC; }

 p { color: rgb(204,168,236); }

 H1.HeaderClassName
 {
   color: #CCA8EC;
 }
 .AnyTagClassName
 {
   color: #CCA8EC;
 }
</style>
background-color css

<style>
 a { background-color: #CCA8EC; }

 a { background-color: rgb(204,168,236); }

 div.DivClassName
 {
   background-color: #CCA8EC;
 }
 .BgClassName
 {
   background-color: #CCA8EC;
 }
</style>
border-color css

<style>
 span { border-color: #CCA8EC; }

 span { border-color: rgb(204,168,236); }

 td.TdClassName
 {
   border-color: #CCA8EC;
 }
 .TagClassName
 {
   border-color: #CCA8EC;
 }
</style>