#CAA6EE

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

Shades of Perfume #CAA6EE

Tints of Perfume #CAA6EE

Color information

#CAA6EE (or 0xCAA6EE) is unknown color: approx Perfume. HEX triplet: CA, A6 and EE. RGB value is (202,166,238). Sum of RGB (Red+Green+Blue) = 202+166+238=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAA6EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6EE is #355911. Grayscale: #B8B8B8. Windows color (decimal): -3496210 or 15640266. OLE color: 15640266.

HSL color Cylindrical-coordinate representation of color #CAA6EE: hue angle of 270º degrees, saturation: 0.68, 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 #CAA6EE is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202166238-
CMYK0.150.3000.07
HSL270º67.92%79.22%-
HSV(B)270º30.25%93.33%-
XYZ53.434686.95-
YUV184.97157.93140.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 166 (65.23% from 255) = 27.39%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=33.33%
G=27.39%
B=39.27%

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
Decimal2021662380.150.3000.0727067.9279.22
HexCAA6EEF1E0710e444f
Octal312246356173607416104117
Binary110010101010011011101110111111110011110000111010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6EE; }

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

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

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

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

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

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

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

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