#C4AADF

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

Shades of Perfume #C4AADF

Tints of Perfume #C4AADF

Color information

#C4AADF (or 0xC4AADF) is unknown color: approx Perfume. HEX triplet: C4, AA and DF. RGB value is (196,170,223). Sum of RGB (Red+Green+Blue) = 196+170+223=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AADF is #3B5520. Grayscale: #B7B7B7. Windows color (decimal): -3888417 or 14658244. OLE color: 14658244.

HSL color Cylindrical-coordinate representation of color #C4AADF: hue angle of 269.43º degrees, saturation: 0.45, 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 #C4AADF is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196170223-
CMYK0.120.2400.13
HSL269.43º45.3%77.06%-
HSV(B)269.43º23.77%87.45%-
XYZ50.4645.8176-
YUV183.82150.11136.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 223 (87.5% from 255) = 37.86%
R=33.28%
G=28.86%
B=37.86%

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
Decimal1961702230.120.2400.13269.4345.377.06
HexC4AADFC180D10d2d4d
Octal304252337143001541555115
Binary110001001010101011011111110011000011011000011011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AADF; }

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

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

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

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

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

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

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

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