#CAA5EB

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

Shades of Perfume #CAA5EB

Tints of Perfume #CAA5EB

Color information

#CAA5EB (or 0xCAA5EB) is unknown color: approx Perfume. HEX triplet: CA, A5 and EB. RGB value is (202,165,235). Sum of RGB (Red+Green+Blue) = 202+165+235=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 165 (64.84% from 255 or 27.41% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAA5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA5EB is #355A14. Grayscale: #B7B7B7. Windows color (decimal): -3496469 or 15443402. OLE color: 15443402.

HSL color Cylindrical-coordinate representation of color #CAA5EB: hue angle of 271.71º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAA5EB is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB202165235-
CMYK0.140.3000.08
HSL271.71º63.64%78.43%-
HSV(B)271.71º29.79%92.16%-
XYZ52.8145.4684.59-
YUV184.04156.76140.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 165 (64.84% from 255) = 27.41%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=33.55%
G=27.41%
B=39.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021652350.140.3000.08271.7163.6478.43
HexCAA5EBE1E08110404e
Octal3122453531636010420100116
Binary1100101010100101111010111110111100100010001000010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5EB; }

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

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

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

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

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

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

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

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