#CAA6ED

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

Shades of Perfume #CAA6ED

Tints of Perfume #CAA6ED

Color information

#CAA6ED (or 0xCAA6ED) is unknown color: approx Perfume. HEX triplet: CA, A6 and ED. RGB value is (202,166,237). Sum of RGB (Red+Green+Blue) = 202+166+237=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6ED is #355912. Grayscale: #B8B8B8. Windows color (decimal): -3496211 or 15574730. OLE color: 15574730.

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

Color convert

RGB202166237-
CMYK0.150.3000.07
HSL270.42º66.36%79.02%-
HSV(B)270.42º29.96%92.94%-
XYZ53.2845.9486.18-
YUV184.86157.43140.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 166 (65.23% from 255) = 27.44%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=33.39%
G=27.44%
B=39.17%

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
Decimal2021662370.150.3000.07270.4266.3679.02
HexCAA6EDF1E0710e424f
Octal312246355173607416102117
Binary110010101010011011101101111111110011110000111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA6ED; }

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

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

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

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

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

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

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

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