#CAA6EB

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

Shades of Perfume #CAA6EB

Tints of Perfume #CAA6EB

Color information

#CAA6EB (or 0xCAA6EB) is unknown color: approx Perfume. HEX triplet: CA, A6 and EB. RGB value is (202,166,235). Sum of RGB (Red+Green+Blue) = 202+166+235=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #CAA6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6EB is #355914. Grayscale: #B8B8B8. Windows color (decimal): -3496213 or 15443658. OLE color: 15443658.

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

Color convert

RGB202166235-
CMYK0.140.2900.08
HSL271.3º63.3%78.63%-
HSV(B)271.3º29.36%92.16%-
XYZ52.9945.8384.65-
YUV184.63156.43140.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 166 (65.23% from 255) = 27.53%
BLUE value IS 235 (92.19% from 255) = 38.97%
R=33.50%
G=27.53%
B=38.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021662350.140.2900.08271.363.378.63
HexCAA6EBE1D0810f3f4f
Octal312246353163501041777117
Binary110010101010011011101011111011101010001000011111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6EB; }

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

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

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

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

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

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

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

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