#C4ABDA

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

Shades of Perfume #C4ABDA

Tints of Perfume #C4ABDA

Color information

#C4ABDA (or 0xC4ABDA) is unknown color: approx Perfume. HEX triplet: C4, AB and DA. RGB value is (196,171,218). Sum of RGB (Red+Green+Blue) = 196+171+218=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 171 (67.19% from 255 or 29.23% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #C4ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABDA is #3B5425. Grayscale: #B7B7B7. Windows color (decimal): -3888166 or 14330820. OLE color: 14330820.

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

Color convert

RGB196171218-
CMYK0.100.2200.15
HSL271.91º38.84%76.27%-
HSV(B)271.91º21.56%85.49%-
XYZ49.9845.9272.56-
YUV183.83147.28136.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.50%
GREEN value IS 171 (67.19% from 255) = 29.23%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=33.50%
G=29.23%
B=37.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961712180.100.2200.15271.9138.8476.27
HexC4ABDAA160F110274c
Octal304253332122601742047114
Binary110001001010101111011010101010110011111000100001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABDA; }

 p { color: rgb(196,171,218); }

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

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

 a { background-color: rgb(196,171,218); }

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

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

 span { border-color: rgb(196,171,218); }

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