#C4AED7

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

Shades of Perfume #C4AED7

Tints of Perfume #C4AED7

Color information

#C4AED7 (or 0xC4AED7) is unknown color: approx Perfume. HEX triplet: C4, AE and D7. RGB value is (196,174,215). Sum of RGB (Red+Green+Blue) = 196+174+215=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 215 (84.38% from 255 or 36.75% from 585); Max value from RGB is 215 - color contains mainly: blue. Hex color #C4AED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AED7 is #3B5128. Grayscale: #B9B9B9. Windows color (decimal): -3887401 or 14134980. OLE color: 14134980.

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

Color convert

RGB196174215-
CMYK0.090.1900.16
HSL272.2º33.88%76.27%-
HSV(B)272.2º19.07%84.31%-
XYZ50.1746.9170.7-
YUV185.25144.79135.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 215 (84.38% from 255) = 36.75%
R=33.50%
G=29.74%
B=36.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961742150.090.1900.16272.233.8876.27
HexC4AED7913010110224c
Octal304256327112302042042114
Binary1100010010101110110101111001100110100001000100001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AED7; }

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

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

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

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

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

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

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

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