#CAAAE9

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

Shades of Perfume #CAAAE9

Tints of Perfume #CAAAE9

Color information

#CAAAE9 (or 0xCAAAE9) is unknown color: approx Perfume. HEX triplet: CA, AA and E9. RGB value is (202,170,233). Sum of RGB (Red+Green+Blue) = 202+170+233=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 233 (91.41% from 255 or 38.51% from 605); Max value from RGB is 233 - color contains mainly: blue. Hex color #CAAAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAE9 is #355516. Grayscale: #BABABA. Windows color (decimal): -3495191 or 15313610. OLE color: 15313610.

HSL color Cylindrical-coordinate representation of color #CAAAE9: hue angle of 270.48º 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 #CAAAE9 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB202170233-
CMYK0.130.2700.09
HSL270.48º58.88%79.02%-
HSV(B)270.48º27.04%91.37%-
XYZ53.4447.1983.38-
YUV186.75154.1138.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 170 (66.80% from 255) = 28.10%
BLUE value IS 233 (91.41% from 255) = 38.51%
R=33.39%
G=28.10%
B=38.51%

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
Decimal2021702330.130.2700.09270.4858.8879.02
HexCAAAE9D1B0910e3b4f
Octal312252351153301141673117
Binary110010101010101011101001110111011010011000011101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAE9; }

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

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

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

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

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

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

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

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