#C4A8DE

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

Shades of Perfume #C4A8DE

Tints of Perfume #C4A8DE

Color information

#C4A8DE (or 0xC4A8DE) is unknown color: approx Perfume. HEX triplet: C4, A8 and DE. RGB value is (196,168,222). Sum of RGB (Red+Green+Blue) = 196+168+222=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4A8DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4A8DE is #3B5721. Grayscale: #B6B6B6. Windows color (decimal): -3888930 or 14592196. OLE color: 14592196.

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

Color convert

RGB196168222-
CMYK0.120.2400.13
HSL271.11º45%76.47%-
HSV(B)271.11º24.32%87.06%-
XYZ49.9545.0175.16-
YUV182.53150.28137.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.45%
GREEN value IS 168 (66.02% from 255) = 28.67%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=33.45%
G=28.67%
B=37.88%

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
Decimal1961682220.120.2400.13271.114576.47
HexC4A8DEC180D10f2d4c
Octal304250336143001541755114
Binary110001001010100011011110110011000011011000011111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A8DE; }

 p { color: rgb(196,168,222); }

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

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

 a { background-color: rgb(196,168,222); }

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

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

 span { border-color: rgb(196,168,222); }

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