#CAAAE5

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

Shades of Perfume #CAAAE5

Tints of Perfume #CAAAE5

Color information

#CAAAE5 (or 0xCAAAE5) is unknown color: approx Perfume. HEX triplet: CA, AA and E5. RGB value is (202,170,229). Sum of RGB (Red+Green+Blue) = 202+170+229=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 229 (89.84% from 255 or 38.10% from 601); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAAAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAE5 is #35551A. Grayscale: #BABABA. Windows color (decimal): -3495195 or 15051466. OLE color: 15051466.

HSL color Cylindrical-coordinate representation of color #CAAAE5: hue angle of 272.54º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAAAE5 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB202170229-
CMYK0.120.2600.10
HSL272.54º53.15%78.24%-
HSV(B)272.54º25.76%89.8%-
XYZ52.8746.9680.41-
YUV186.29152.1139.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 229 (89.84% from 255) = 38.10%
R=33.61%
G=28.29%
B=38.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2021702290.120.2600.10272.5453.1578.24
HexCAAAE5C1A0A111354e
Octal312252345143201242165116
Binary110010101010101011100101110011010010101000100011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAAE5; }

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

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

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

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

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

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

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

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