#CAA9EA

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

Shades of Perfume #CAA9EA

Tints of Perfume #CAA9EA

Color information

#CAA9EA (or 0xCAA9EA) is unknown color: approx Perfume. HEX triplet: CA, A9 and EA. RGB value is (202,169,234). Sum of RGB (Red+Green+Blue) = 202+169+234=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #CAA9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA9EA is #355615. Grayscale: #BABABA. Windows color (decimal): -3495446 or 15378890. OLE color: 15378890.

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

Color convert

RGB202169234-
CMYK0.140.2800.08
HSL270.46º60.75%79.02%-
HSV(B)270.46º27.78%91.76%-
XYZ53.446.8784.08-
YUV186.28154.93139.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 169 (66.41% from 255) = 27.93%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=33.39%
G=27.93%
B=38.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2021692340.140.2800.08270.4660.7579.02
HexCAA9EAE1C0810e3d4f
Octal312251352163401041675117
Binary110010101010100111101010111011100010001000011101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9EA; }

 p { color: rgb(202,169,234); }

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

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

 a { background-color: rgb(202,169,234); }

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

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

 span { border-color: rgb(202,169,234); }

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