#CCAAE6

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

Shades of Perfume #CCAAE6

Tints of Perfume #CCAAE6

Color information

#CCAAE6 (or 0xCCAAE6) is unknown color: approx Perfume. HEX triplet: CC, AA and E6. RGB value is (204,170,230). Sum of RGB (Red+Green+Blue) = 204+170+230=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCAAE6 is #335519. Grayscale: #BABABA. Windows color (decimal): -3364122 or 15117004. OLE color: 15117004.

HSL color Cylindrical-coordinate representation of color #CCAAE6: hue angle of 274º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCAAE6 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204170230-
CMYK0.110.2600.10
HSL274º54.55%78.43%-
HSV(B)274º26.09%90.2%-
XYZ53.5647.381.17-
YUV187.01152.26140.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.77%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=33.77%
G=28.15%
B=38.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041702300.110.2600.1027454.5578.43
HexCCAAE6B1A0A112374e
Octal314252346133201242267116
Binary110011001010101011100110101111010010101000100101101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAAE6; }

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

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

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

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

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

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

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

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