#C5A9EE

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

Shades of Perfume #C5A9EE

Tints of Perfume #C5A9EE

Color information

#C5A9EE (or 0xC5A9EE) is unknown color: approx Perfume. HEX triplet: C5, A9 and EE. RGB value is (197,169,238). Sum of RGB (Red+Green+Blue) = 197+169+238=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #C5A9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5A9EE is #3A5611. Grayscale: #B8B8B8. Windows color (decimal): -3823122 or 15641029. OLE color: 15641029.

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

Color convert

RGB197169238-
CMYK0.170.2900.07
HSL264.35º66.99%79.8%-
HSV(B)264.35º28.99%93.33%-
XYZ52.6546.4287.07-
YUV185.24157.78136.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.62%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=32.62%
G=27.98%
B=39.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971692380.170.2900.07264.3566.9979.8
HexC5A9EE111D071084350
Octal305251356213507410103120
Binary1100010110101001111011101000111101011110000100010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A9EE; }

 p { color: rgb(197,169,238); }

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

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

 a { background-color: rgb(197,169,238); }

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

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

 span { border-color: rgb(197,169,238); }

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