#CAA4EC

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

Shades of Perfume #CAA4EC

Tints of Perfume #CAA4EC

Color information

#CAA4EC (or 0xCAA4EC) is unknown color: approx Perfume. HEX triplet: CA, A4 and EC. RGB value is (202,164,236). Sum of RGB (Red+Green+Blue) = 202+164+236=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA4EC is #355B13. Grayscale: #B7B7B7. Windows color (decimal): -3496724 or 15508682. OLE color: 15508682.

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

Color convert

RGB202164236-
CMYK0.140.3100.07
HSL271.67º65.45%78.43%-
HSV(B)271.67º30.51%92.55%-
XYZ52.7745.1685.29-
YUV183.57157.59141.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 164 (64.45% from 255) = 27.24%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=33.55%
G=27.24%
B=39.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021642360.140.3100.07271.6765.4578.43
HexCAA4ECE1F07110414e
Octal312244354163707420101116
Binary110010101010010011101100111011111011110001000010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4EC; }

 p { color: rgb(202,164,236); }

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

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

 a { background-color: rgb(202,164,236); }

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

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

 span { border-color: rgb(202,164,236); }

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