#CAAAE0

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

Shades of Perfume #CAAAE0

Tints of Perfume #CAAAE0

Color information

#CAAAE0 (or 0xCAAAE0) is unknown color: approx Perfume. HEX triplet: CA, AA and E0. RGB value is (202,170,224). Sum of RGB (Red+Green+Blue) = 202+170+224=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #CAAAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAE0 is #35551F. Grayscale: #B9B9B9. Windows color (decimal): -3495200 or 14723786. OLE color: 14723786.

HSL color Cylindrical-coordinate representation of color #CAAAE0: hue angle of 275.56º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAAAE0 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202170224-
CMYK0.100.2400.12
HSL275.56º46.55%77.25%-
HSV(B)275.56º24.11%87.84%-
XYZ52.1946.6976.78-
YUV185.72149.6139.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 224 (87.89% from 255) = 37.58%
R=33.89%
G=28.52%
B=37.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021702240.100.2400.12275.5646.5577.25
HexCAAAE0A180C1142f4d
Octal312252340123001442457115
Binary110010101010101011100000101011000011001000101001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAE0; }

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

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

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

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

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

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

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

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