#C4ABDD

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

Shades of Perfume #C4ABDD

Tints of Perfume #C4ABDD

Color information

#C4ABDD (or 0xC4ABDD) is unknown color: approx Perfume. HEX triplet: C4, AB and DD. RGB value is (196,171,221). Sum of RGB (Red+Green+Blue) = 196+171+221=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 221 (86.72% from 255 or 37.59% from 588); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABDD is #3B5422. Grayscale: #B8B8B8. Windows color (decimal): -3888163 or 14527428. OLE color: 14527428.

HSL color Cylindrical-coordinate representation of color #C4ABDD: hue angle of 270º degrees, saturation: 0.42, 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 #C4ABDD is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196171221-
CMYK0.110.2300.13
HSL270º42.37%76.86%-
HSV(B)270º22.62%86.67%-
XYZ50.3846.0874.65-
YUV184.18148.78136.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 171 (67.19% from 255) = 29.08%
BLUE value IS 221 (86.72% from 255) = 37.59%
R=33.33%
G=29.08%
B=37.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961712210.110.2300.1327042.3776.86
HexC4ABDDB170D10e2a4d
Octal304253335132701541652115
Binary110001001010101111011101101110111011011000011101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABDD; }

 p { color: rgb(196,171,221); }

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

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

 a { background-color: rgb(196,171,221); }

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

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

 span { border-color: rgb(196,171,221); }

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