#C2A9EE

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

Shades of Perfume #C2A9EE

Tints of Perfume #C2A9EE

Color information

#C2A9EE (or 0xC2A9EE) is unknown color: approx Perfume. HEX triplet: C2, A9 and EE. RGB value is (194,169,238). Sum of RGB (Red+Green+Blue) = 194+169+238=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 238 (93.36% from 255 or 39.60% from 601); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2A9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A9EE is #3D5611. Grayscale: #B8B8B8. Windows color (decimal): -4019730 or 15641026. OLE color: 15641026.

HSL color Cylindrical-coordinate representation of color #C2A9EE: hue angle of 261.74º 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 #C2A9EE is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194169238-
CMYK0.180.2900.07
HSL261.74º66.99%79.8%-
HSV(B)261.74º28.99%93.33%-
XYZ51.8746.0287.04-
YUV184.34158.28134.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.28%
GREEN value IS 169 (66.41% from 255) = 28.12%
BLUE value IS 238 (93.36% from 255) = 39.60%
R=32.28%
G=28.12%
B=39.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941692380.180.2900.07261.7466.9979.8
HexC2A9EE121D071064350
Octal302251356223507406103120
Binary1100001010101001111011101001011101011110000011010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A9EE; }

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

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

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

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

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

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

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

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