#CAA5E9

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

Shades of Perfume #CAA5E9

Tints of Perfume #CAA5E9

Color information

#CAA5E9 (or 0xCAA5E9) is unknown color: approx Perfume. HEX triplet: CA, A5 and E9. RGB value is (202,165,233). Sum of RGB (Red+Green+Blue) = 202+165+233=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 165 (64.84% from 255 or 27.5% from 600); Blue value is 233 (91.41% from 255 or 38.83% from 600); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAA5E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA5E9 is #355A16. Grayscale: #B7B7B7. Windows color (decimal): -3496471 or 15312330. OLE color: 15312330.

HSL color Cylindrical-coordinate representation of color #CAA5E9: hue angle of 272.65º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAA5E9 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202165233-
CMYK0.130.2900.09
HSL272.65º60.71%78.04%-
HSV(B)272.65º29.18%91.37%-
XYZ52.5245.3583.08-
YUV183.82155.76140.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 165 (64.84% from 255) = 27.5%
BLUE value IS 233 (91.41% from 255) = 38.83%
R=33.67%
G=27.5%
B=38.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021652330.130.2900.09272.6560.7178.04
HexCAA5E9D1D091113d4e
Octal312245351153501142175116
Binary110010101010010111101001110111101010011000100011111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5E9; }

 p { color: rgb(202,165,233); }

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

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

 a { background-color: rgb(202,165,233); }

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

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

 span { border-color: rgb(202,165,233); }

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