#C4AED9

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

Shades of Perfume #C4AED9

Tints of Perfume #C4AED9

Color information

#C4AED9 (or 0xC4AED9) is unknown color: approx Perfume. HEX triplet: C4, AE and D9. RGB value is (196,174,217). Sum of RGB (Red+Green+Blue) = 196+174+217=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 217 (85.16% from 255 or 36.97% from 587); Max value from RGB is 217 - color contains mainly: blue. Hex color #C4AED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AED9 is #3B5126. Grayscale: #B9B9B9. Windows color (decimal): -3887399 or 14266052. OLE color: 14266052.

HSL color Cylindrical-coordinate representation of color #C4AED9: hue angle of 270.7º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4AED9 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196174217-
CMYK0.100.2000.15
HSL270.7º36.13%76.67%-
HSV(B)270.7º19.82%85.1%-
XYZ50.4347.0272.06-
YUV185.48145.79135.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 174 (68.36% from 255) = 29.64%
BLUE value IS 217 (85.16% from 255) = 36.97%
R=33.39%
G=29.64%
B=36.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961742170.100.2000.15270.736.1376.67
HexC4AED9A140F10f244d
Octal304256331122401741744115
Binary110001001010111011011001101010100011111000011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AED9; }

 p { color: rgb(196,174,217); }

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

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

 a { background-color: rgb(196,174,217); }

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

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

 span { border-color: rgb(196,174,217); }

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