#C4ACD7

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

Shades of Perfume #C4ACD7

Tints of Perfume #C4ACD7

Color information

#C4ACD7 (or 0xC4ACD7) is unknown color: approx Perfume. HEX triplet: C4, AC and D7. RGB value is (196,172,215). Sum of RGB (Red+Green+Blue) = 196+172+215=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 172 (67.58% from 255 or 29.50% from 583); Blue value is 215 (84.38% from 255 or 36.88% from 583); Max value from RGB is 215 - color contains mainly: blue. Hex color #C4ACD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACD7 is #3B5328. Grayscale: #B7B7B7. Windows color (decimal): -3887913 or 14134468. OLE color: 14134468.

HSL color Cylindrical-coordinate representation of color #C4ACD7: hue angle of 273.49º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4ACD7 is Cyan = 0.09, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196172215-
CMYK0.090.200.16
HSL273.49º34.96%75.88%-
HSV(B)273.49º20%84.31%-
XYZ49.7846.1570.57-
YUV184.08145.45136.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.62%
GREEN value IS 172 (67.58% from 255) = 29.50%
BLUE value IS 215 (84.38% from 255) = 36.88%
R=33.62%
G=29.50%
B=36.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961722150.090.200.16273.4934.9675.88
HexC4ACD7914010111234c
Octal304254327112402042143114
Binary1100010010101100110101111001101000100001000100011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACD7; }

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

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

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

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

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

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

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

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