#C4AED8

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

Shades of Perfume #C4AED8

Tints of Perfume #C4AED8

Color information

#C4AED8 (or 0xC4AED8) is unknown color: approx Perfume. HEX triplet: C4, AE and D8. RGB value is (196,174,216). Sum of RGB (Red+Green+Blue) = 196+174+216=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #C4AED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AED8 is #3B5127. Grayscale: #B9B9B9. Windows color (decimal): -3887400 or 14200516. OLE color: 14200516.

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

Color convert

RGB196174216-
CMYK0.090.1900.15
HSL271.43º35%76.47%-
HSV(B)271.43º19.44%84.71%-
XYZ50.346.9771.38-
YUV185.37145.29135.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.45%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 216 (84.77% from 255) = 36.86%
R=33.45%
G=29.69%
B=36.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961742160.090.1900.15271.433576.47
HexC4AED89130F10f234c
Octal304256330112301741743114
Binary110001001010111011011000100110011011111000011111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AED8; }

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

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

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

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

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

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

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

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