#C8ACDB

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

Shades of Perfume #C8ACDB

Tints of Perfume #C8ACDB

Color information

#C8ACDB (or 0xC8ACDB) is unknown color: approx Perfume. HEX triplet: C8, AC and DB. RGB value is (200,172,219). Sum of RGB (Red+Green+Blue) = 200+172+219=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 219 - color contains mainly: blue. Hex color #C8ACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACDB is #375324. Grayscale: #B9B9B9. Windows color (decimal): -3625765 or 14396616. OLE color: 14396616.

HSL color Cylindrical-coordinate representation of color #C8ACDB: hue angle of 275.74º 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 #C8ACDB is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200172219-
CMYK0.090.2100.14
HSL275.74º39.5%76.67%-
HSV(B)275.74º21.46%85.88%-
XYZ51.3646.973.36-
YUV185.73146.78138.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 219 (85.94% from 255) = 37.06%
R=33.84%
G=29.10%
B=37.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001722190.090.2100.14275.7439.576.67
HexC8ACDB9150E114274d
Octal310254333112501642447115
Binary110010001010110011011011100110101011101000101001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACDB; }

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

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

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

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

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

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

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

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