#CAA5EE

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

Shades of Perfume #CAA5EE

Tints of Perfume #CAA5EE

Color information

#CAA5EE (or 0xCAA5EE) is unknown color: approx Perfume. HEX triplet: CA, A5 and EE. RGB value is (202,165,238). Sum of RGB (Red+Green+Blue) = 202+165+238=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 165 (64.84% from 255 or 27.27% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAA5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA5EE is #355A11. Grayscale: #B8B8B8. Windows color (decimal): -3496466 or 15640010. OLE color: 15640010.

HSL color Cylindrical-coordinate representation of color #CAA5EE: hue angle of 270.41º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAA5EE is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202165238-
CMYK0.150.3100.07
HSL270.41º68.22%79.02%-
HSV(B)270.41º30.67%93.33%-
XYZ53.2445.6486.89-
YUV184.38158.26140.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 165 (64.84% from 255) = 27.27%
BLUE value IS 238 (93.36% from 255) = 39.34%
R=33.39%
G=27.27%
B=39.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021652380.150.3100.07270.4168.2279.02
HexCAA5EEF1F0710e444f
Octal312245356173707416104117
Binary110010101010010111101110111111111011110000111010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5EE; }

 p { color: rgb(202,165,238); }

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

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

 a { background-color: rgb(202,165,238); }

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

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

 span { border-color: rgb(202,165,238); }

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