#CAA3EB

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

Shades of Perfume #CAA3EB

Tints of Perfume #CAA3EB

Color information

#CAA3EB (or 0xCAA3EB) is unknown color: approx Perfume. HEX triplet: CA, A3 and EB. RGB value is (202,163,235). Sum of RGB (Red+Green+Blue) = 202+163+235=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 163 (64.06% from 255 or 27.17% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAA3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA3EB is #355C14. Grayscale: #B6B6B6. Windows color (decimal): -3496981 or 15442890. OLE color: 15442890.

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

Color convert

RGB202163235-
CMYK0.140.3100.08
HSL272.5º64.29%78.04%-
HSV(B)272.5º30.64%92.16%-
XYZ52.4544.7584.47-
YUV182.87157.42141.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 163 (64.06% from 255) = 27.17%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=33.67%
G=27.17%
B=39.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021632350.140.3100.08272.564.2978.04
HexCAA3EBE1F08110404e
Octal3122433531637010420100116
Binary1100101010100011111010111110111110100010001000010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA3EB; }

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

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

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

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

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

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

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

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