#C4ACD5

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

Shades of Perfume #C4ACD5

Tints of Perfume #C4ACD5

Color information

#C4ACD5 (or 0xC4ACD5) is unknown color: approx Perfume. HEX triplet: C4, AC and D5. RGB value is (196,172,213). Sum of RGB (Red+Green+Blue) = 196+172+213=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #C4ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACD5 is #3B532A. Grayscale: #B7B7B7. Windows color (decimal): -3887915 or 14003396. OLE color: 14003396.

HSL color Cylindrical-coordinate representation of color #C4ACD5: hue angle of 275.12º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4ACD5 is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196172213-
CMYK0.080.1900.16
HSL275.12º32.8%75.49%-
HSV(B)275.12º19.25%83.53%-
XYZ49.5346.0469.23-
YUV183.85144.45136.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.73%
GREEN value IS 172 (67.58% from 255) = 29.60%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=33.73%
G=29.60%
B=36.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961722130.080.1900.16275.1232.875.49
HexC4ACD5813010113214b
Octal304254325102302042341113
Binary1100010010101100110101011000100110100001000100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACD5; }

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

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

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

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

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

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

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

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