#C2AAE4

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

Shades of Perfume #C2AAE4

Tints of Perfume #C2AAE4

Color information

#C2AAE4 (or 0xC2AAE4) is unknown color: approx Perfume. HEX triplet: C2, AA and E4. RGB value is (194,170,228). Sum of RGB (Red+Green+Blue) = 194+170+228=592 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.77% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #C2AAE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAE4 is #3D551B. Grayscale: #B7B7B7. Windows color (decimal): -4019484 or 14985922. OLE color: 14985922.

HSL color Cylindrical-coordinate representation of color #C2AAE4: hue angle of 264.83º degrees, saturation: 0.52, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2AAE4 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB194170228-
CMYK0.150.2500.11
HSL264.83º51.79%78.04%-
HSV(B)264.83º25.44%89.41%-
XYZ50.6345.8279.57-
YUV183.79152.95135.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.77%
GREEN value IS 170 (66.80% from 255) = 28.72%
BLUE value IS 228 (89.45% from 255) = 38.51%
R=32.77%
G=28.72%
B=38.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1941702280.150.2500.11264.8351.7978.04
HexC2AAE4F190B109344e
Octal302252344173101341164116
Binary110000101010101011100100111111001010111000010011101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AAE4; }

 p { color: rgb(194,170,228); }

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

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

 a { background-color: rgb(194,170,228); }

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

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

 span { border-color: rgb(194,170,228); }

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