#C4A9DF

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

Shades of Perfume #C4A9DF

Tints of Perfume #C4A9DF

Color information

#C4A9DF (or 0xC4A9DF) is unknown color: approx Perfume. HEX triplet: C4, A9 and DF. RGB value is (196,169,223). Sum of RGB (Red+Green+Blue) = 196+169+223=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A9DF is #3B5620. Grayscale: #B7B7B7. Windows color (decimal): -3888673 or 14657988. OLE color: 14657988.

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

Color convert

RGB196169223-
CMYK0.120.2400.13
HSL270º45.76%76.86%-
HSV(B)270º24.22%87.45%-
XYZ50.2745.4475.93-
YUV183.23150.45137.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 169 (66.41% from 255) = 28.74%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=33.33%
G=28.74%
B=37.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961692230.120.2400.1327045.7676.86
HexC4A9DFC180D10e2e4d
Octal304251337143001541656115
Binary110001001010100111011111110011000011011000011101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A9DF; }

 p { color: rgb(196,169,223); }

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

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

 a { background-color: rgb(196,169,223); }

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

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

 span { border-color: rgb(196,169,223); }

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