#C2ACDD

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

Shades of Perfume #C2ACDD

Tints of Perfume #C2ACDD

Color information

#C2ACDD (or 0xC2ACDD) is unknown color: approx Perfume. HEX triplet: C2, AC and DD. RGB value is (194,172,221). Sum of RGB (Red+Green+Blue) = 194+172+221=587 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.05% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACDD is #3D5322. Grayscale: #B7B7B7. Windows color (decimal): -4018979 or 14527682. OLE color: 14527682.

HSL color Cylindrical-coordinate representation of color #C2ACDD: hue angle of 266.94º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2ACDD is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194172221-
CMYK0.120.2200.13
HSL266.94º41.88%77.06%-
HSV(B)266.94º22.17%86.67%-
XYZ50.0546.1974.69-
YUV184.16148.79135.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.05%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=33.05%
G=29.30%
B=37.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941722210.120.2200.13266.9441.8877.06
HexC2ACDDC160D10b2a4d
Octal302254335142601541352115
Binary110000101010110011011101110010110011011000010111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACDD; }

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

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

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

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

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

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

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

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