#C8ACDA

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

Shades of Perfume #C8ACDA

Tints of Perfume #C8ACDA

Color information

#C8ACDA (or 0xC8ACDA) is unknown color: approx Perfume. HEX triplet: C8, AC and DA. RGB value is (200,172,218). Sum of RGB (Red+Green+Blue) = 200+172+218=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACDA is #375325. Grayscale: #B9B9B9. Windows color (decimal): -3625766 or 14331080. OLE color: 14331080.

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

Color convert

RGB200172218-
CMYK0.080.2100.15
HSL276.52º38.33%76.47%-
HSV(B)276.52º21.1%85.49%-
XYZ51.2346.8572.67-
YUV185.62146.28138.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.90%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=33.90%
G=29.15%
B=36.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001722180.080.2100.15276.5238.3376.47
HexC8ACDA8150F115264c
Octal310254332102501742546114
Binary110010001010110011011010100010101011111000101011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACDA; }

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

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

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

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

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

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

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

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