#C9ACEB

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

Shades of Perfume #C9ACEB

Tints of Perfume #C9ACEB

Color information

#C9ACEB (or 0xC9ACEB) is unknown color: approx Perfume. HEX triplet: C9, AC and EB. RGB value is (201,172,235). Sum of RGB (Red+Green+Blue) = 201+172+235=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ACEB is #365314. Grayscale: #BBBBBB. Windows color (decimal): -3560213 or 15445193. OLE color: 15445193.

HSL color Cylindrical-coordinate representation of color #C9ACEB: hue angle of 267.62º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9ACEB is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201172235-
CMYK0.140.2700.08
HSL267.62º61.17%79.8%-
HSV(B)267.62º26.81%92.16%-
XYZ53.8447.9285.01-
YUV187.85154.61137.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.06%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=33.06%
G=28.29%
B=38.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2011722350.140.2700.08267.6261.1779.8
HexC9ACEBE1B0810c3d50
Octal311254353163301041475120
Binary110010011010110011101011111011011010001000011001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACEB; }

 p { color: rgb(201,172,235); }

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

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

 a { background-color: rgb(201,172,235); }

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

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

 span { border-color: rgb(201,172,235); }

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