#C2ACDF

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

Shades of Perfume #C2ACDF

Tints of Perfume #C2ACDF

Color information

#C2ACDF (or 0xC2ACDF) is unknown color: approx Perfume. HEX triplet: C2, AC and DF. RGB value is (194,172,223). Sum of RGB (Red+Green+Blue) = 194+172+223=589 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.94% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACDF is #3D5320. Grayscale: #B8B8B8. Windows color (decimal): -4018977 or 14658754. OLE color: 14658754.

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

Color convert

RGB194172223-
CMYK0.130.2300.13
HSL265.88º44.35%77.45%-
HSV(B)265.88º22.87%87.45%-
XYZ50.3246.376.1-
YUV184.39149.79134.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.94%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=32.94%
G=29.20%
B=37.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941722230.130.2300.13265.8844.3577.45
HexC2ACDFD170D10a2c4d
Octal302254337152701541254115
Binary110000101010110011011111110110111011011000010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACDF; }

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

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

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

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

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

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

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

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