#CCAAEC

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

Shades of Perfume #CCAAEC

Tints of Perfume #CCAAEC

Color information

#CCAAEC (or 0xCCAAEC) is unknown color: approx Perfume. HEX triplet: CC, AA and EC. RGB value is (204,170,236). Sum of RGB (Red+Green+Blue) = 204+170+236=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAEC is #335513. Grayscale: #BBBBBB. Windows color (decimal): -3364116 or 15510220. OLE color: 15510220.

HSL color Cylindrical-coordinate representation of color #CCAAEC: hue angle of 270.91º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCAAEC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204170236-
CMYK0.140.2800.07
HSL270.91º63.46%79.61%-
HSV(B)270.91º27.97%92.55%-
XYZ54.4247.6485.68-
YUV187.69155.26139.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.44%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=33.44%
G=27.87%
B=38.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041702360.140.2800.07270.9163.4679.61
HexCCAAECE1C0710f3f50
Octal31425235416340741777120
Binary11001100101010101110110011101110001111000011111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAEC; }

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

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

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

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

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

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

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

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