#C2ACDA

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

Shades of Perfume #C2ACDA

Tints of Perfume #C2ACDA

Color information

#C2ACDA (or 0xC2ACDA) is unknown color: approx Perfume. HEX triplet: C2, AC and DA. RGB value is (194,172,218). Sum of RGB (Red+Green+Blue) = 194+172+218=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #C2ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACDA is #3D5325. Grayscale: #B7B7B7. Windows color (decimal): -4018982 or 14331074. OLE color: 14331074.

HSL color Cylindrical-coordinate representation of color #C2ACDA: hue angle of 268.7º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2ACDA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB194172218-
CMYK0.110.2100.15
HSL268.7º38.33%76.47%-
HSV(B)268.7º21.1%85.49%-
XYZ49.6646.0472.6-
YUV183.82147.29135.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.22%
GREEN value IS 172 (67.58% from 255) = 29.45%
BLUE value IS 218 (85.55% from 255) = 37.33%
R=33.22%
G=29.45%
B=37.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1941722180.110.2100.15268.738.3376.47
HexC2ACDAB150F10d264c
Octal302254332132501741546114
Binary110000101010110011011010101110101011111000011011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACDA; }

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

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

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

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

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

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

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

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