#CAA5ED

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

Shades of Perfume #CAA5ED

Tints of Perfume #CAA5ED

Color information

#CAA5ED (or 0xCAA5ED) is unknown color: approx Perfume. HEX triplet: CA, A5 and ED. RGB value is (202,165,237). Sum of RGB (Red+Green+Blue) = 202+165+237=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAA5ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA5ED is #355A12. Grayscale: #B8B8B8. Windows color (decimal): -3496467 or 15574474. OLE color: 15574474.

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

Color convert

RGB202165237-
CMYK0.150.3000.07
HSL270.83º66.67%78.82%-
HSV(B)270.83º30.38%92.94%-
XYZ53.145.5886.12-
YUV184.27157.76140.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 165 (64.84% from 255) = 27.32%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=33.44%
G=27.32%
B=39.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021652370.150.3000.07270.8366.6778.82
HexCAA5EDF1E0710f434f
Octal312245355173607417103117
Binary110010101010010111101101111111110011110000111110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5ED; }

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

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

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

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

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

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

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

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