#CAAAE1

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

Shades of Perfume #CAAAE1

Tints of Perfume #CAAAE1

Color information

#CAAAE1 (or 0xCAAAE1) is unknown color: approx Perfume. HEX triplet: CA, AA and E1. RGB value is (202,170,225). Sum of RGB (Red+Green+Blue) = 202+170+225=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 225 (88.28% from 255 or 37.69% from 597); Max value from RGB is 225 - color contains mainly: blue. Hex color #CAAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAE1 is #35551E. Grayscale: #B9B9B9. Windows color (decimal): -3495199 or 14789322. OLE color: 14789322.

HSL color Cylindrical-coordinate representation of color #CAAAE1: hue angle of 274.91º degrees, saturation: 0.48, 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 #CAAAE1 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202170225-
CMYK0.100.2400.12
HSL274.91º47.83%77.45%-
HSV(B)274.91º24.44%88.24%-
XYZ52.3246.7477.5-
YUV185.84150.1139.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 225 (88.28% from 255) = 37.69%
R=33.84%
G=28.48%
B=37.69%

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
Decimal2021702250.100.2400.12274.9147.8377.45
HexCAAAE1A180C113304d
Octal312252341123001442360115
Binary110010101010101011100001101011000011001000100111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAE1; }

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

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

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

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

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

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

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

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