#CAA9E9

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

Shades of Perfume #CAA9E9

Tints of Perfume #CAA9E9

Color information

#CAA9E9 (or 0xCAA9E9) is unknown color: approx Perfume. HEX triplet: CA, A9 and E9. RGB value is (202,169,233). Sum of RGB (Red+Green+Blue) = 202+169+233=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA9E9 is #355616. Grayscale: #B9B9B9. Windows color (decimal): -3495447 or 15313354. OLE color: 15313354.

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

Color convert

RGB202169233-
CMYK0.130.2700.09
HSL270.94º59.26%78.82%-
HSV(B)270.94º27.47%91.37%-
XYZ53.2546.8283.32-
YUV186.16154.43139.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=33.44%
G=27.98%
B=38.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2021692330.130.2700.09270.9459.2678.82
HexCAA9E9D1B0910f3b4f
Octal312251351153301141773117
Binary110010101010100111101001110111011010011000011111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9E9; }

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

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

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

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

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

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

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

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