#C2ACE1

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

Shades of Perfume #C2ACE1

Tints of Perfume #C2ACE1

Color information

#C2ACE1 (or 0xC2ACE1) is unknown color: approx Perfume. HEX triplet: C2, AC and E1. RGB value is (194,172,225). Sum of RGB (Red+Green+Blue) = 194+172+225=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACE1 is #3D531E. Grayscale: #B8B8B8. Windows color (decimal): -4018975 or 14789826. OLE color: 14789826.

HSL color Cylindrical-coordinate representation of color #C2ACE1: hue angle of 264.91º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2ACE1 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194172225-
CMYK0.140.2400.12
HSL264.91º46.9%77.84%-
HSV(B)264.91º23.56%88.24%-
XYZ50.5946.4177.53-
YUV184.62150.79134.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.83%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 225 (88.28% from 255) = 38.07%
R=32.83%
G=29.10%
B=38.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941722250.140.2400.12264.9146.977.84
HexC2ACE1E180C1092f4e
Octal302254341163001441157116
Binary110000101010110011100001111011000011001000010011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACE1; }

 p { color: rgb(194,172,225); }

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

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

 a { background-color: rgb(194,172,225); }

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

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

 span { border-color: rgb(194,172,225); }

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