#C4ACDB

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

Shades of Perfume #C4ACDB

Tints of Perfume #C4ACDB

Color information

#C4ACDB (or 0xC4ACDB) is unknown color: approx Perfume. HEX triplet: C4, AC and DB. RGB value is (196,172,219). Sum of RGB (Red+Green+Blue) = 196+172+219=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #C4ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACDB is #3B5324. Grayscale: #B8B8B8. Windows color (decimal): -3887909 or 14396612. OLE color: 14396612.

HSL color Cylindrical-coordinate representation of color #C4ACDB: hue angle of 270.64º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4ACDB is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196172219-
CMYK0.110.2100.14
HSL270.64º39.5%76.67%-
HSV(B)270.64º21.46%85.88%-
XYZ50.346.3673.31-
YUV184.53147.45136.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.39%
GREEN value IS 172 (67.58% from 255) = 29.30%
BLUE value IS 219 (85.94% from 255) = 37.31%
R=33.39%
G=29.30%
B=37.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961722190.110.2100.14270.6439.576.67
HexC4ACDBB150E10f274d
Octal304254333132501641747115
Binary110001001010110011011011101110101011101000011111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ACDB; }

 p { color: rgb(196,172,219); }

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

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

 a { background-color: rgb(196,172,219); }

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

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

 span { border-color: rgb(196,172,219); }

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