#C8ACDE

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

Shades of Perfume #C8ACDE

Tints of Perfume #C8ACDE

Color information

#C8ACDE (or 0xC8ACDE) is unknown color: approx Perfume. HEX triplet: C8, AC and DE. RGB value is (200,172,222). Sum of RGB (Red+Green+Blue) = 200+172+222=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8ACDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACDE is #375321. Grayscale: #B9B9B9. Windows color (decimal): -3625762 or 14593224. OLE color: 14593224.

HSL color Cylindrical-coordinate representation of color #C8ACDE: hue angle of 273.6º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8ACDE is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200172222-
CMYK0.100.2300.13
HSL273.6º43.1%77.25%-
HSV(B)273.6º22.52%87.06%-
XYZ51.7647.0675.46-
YUV186.07148.28137.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.67%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=33.67%
G=28.96%
B=37.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001722220.100.2300.13273.643.177.25
HexC8ACDEA170D1122b4d
Octal310254336122701542253115
Binary110010001010110011011110101010111011011000100101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACDE; }

 p { color: rgb(200,172,222); }

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

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

 a { background-color: rgb(200,172,222); }

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

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

 span { border-color: rgb(200,172,222); }

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