#caa8ed

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

Shades of Perfume #CAA8ED

Tints of Perfume #CAA8ED

Color information

#CAA8ED (or 0xCAA8ED) is unknown color: approx Perfume. HEX triplet: CA, A8 and ED. RGB value is (202,168,237). Sum of RGB (Red+Green+Blue) = 202+168+237=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA8ED is #355712. Grayscale: #B9B9B9. Windows color (decimal): -3495699 or 15575242. OLE color: 15575242.

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

Color convert

RGB202168237-
CMYK0.150.2900.07
HSL269.57º65.71%79.41%-
HSV(B)269.57º29.11%92.94%-
XYZ53.6546.6886.3-
YUV186.03156.76139.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 168 (66.02% from 255) = 27.68%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=33.28%
G=27.68%
B=39.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021682370.150.2900.07269.5765.7179.41
HexCAA8EDF1D0710e424f
Octal312250355173507416102117
Binary110010101010100011101101111111101011110000111010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #caa8ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #caa8ed; }

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

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

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

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

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

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

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

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