#C4ACDD

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

Shades of Perfume #C4ACDD

Tints of Perfume #C4ACDD

Color information

#C4ACDD (or 0xC4ACDD) is unknown color: approx Perfume. HEX triplet: C4, AC and DD. RGB value is (196,172,221). Sum of RGB (Red+Green+Blue) = 196+172+221=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACDD is #3B5322. Grayscale: #B8B8B8. Windows color (decimal): -3887907 or 14527684. OLE color: 14527684.

HSL color Cylindrical-coordinate representation of color #C4ACDD: hue angle of 269.39º 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 #C4ACDD is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196172221-
CMYK0.110.2200.13
HSL269.39º41.88%77.06%-
HSV(B)269.39º22.17%86.67%-
XYZ50.5746.4674.71-
YUV184.76148.45136.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 221 (86.72% from 255) = 37.52%
R=33.28%
G=29.20%
B=37.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961722210.110.2200.13269.3941.8877.06
HexC4ACDDB160D10d2a4d
Octal304254335132601541552115
Binary110001001010110011011101101110110011011000011011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACDD; }

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

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

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

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

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

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

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

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