#CAA4ED

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

Shades of Perfume #CAA4ED

Tints of Perfume #CAA4ED

Color information

#CAA4ED (or 0xCAA4ED) is unknown color: approx Perfume. HEX triplet: CA, A4 and ED. RGB value is (202,164,237). Sum of RGB (Red+Green+Blue) = 202+164+237=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 237 (92.97% from 255 or 39.30% from 603); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAA4ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA4ED is #355B12. Grayscale: #B7B7B7. Windows color (decimal): -3496723 or 15574218. OLE color: 15574218.

HSL color Cylindrical-coordinate representation of color #CAA4ED: hue angle of 271.23º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAA4ED is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202164237-
CMYK0.150.3100.07
HSL271.23º66.97%78.63%-
HSV(B)271.23º30.8%92.94%-
XYZ52.9245.2286.06-
YUV183.68158.09141.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.50%
GREEN value IS 164 (64.45% from 255) = 27.20%
BLUE value IS 237 (92.97% from 255) = 39.30%
R=33.50%
G=27.20%
B=39.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021642370.150.3100.07271.2366.9778.63
HexCAA4EDF1F0710f434f
Octal312244355173707417103117
Binary110010101010010011101101111111111011110000111110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA4ED; }

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

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

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

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

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

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

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

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