#C4ABDE

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

Shades of Perfume #C4ABDE

Tints of Perfume #C4ABDE

Color information

#C4ABDE (or 0xC4ABDE) is unknown color: approx Perfume. HEX triplet: C4, AB and DE. RGB value is (196,171,222). Sum of RGB (Red+Green+Blue) = 196+171+222=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 171 (67.19% from 255 or 29.03% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABDE is #3B5421. Grayscale: #B8B8B8. Windows color (decimal): -3888162 or 14592964. OLE color: 14592964.

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

Color convert

RGB196171222-
CMYK0.120.2300.13
HSL269.41º43.59%77.06%-
HSV(B)269.41º22.97%87.06%-
XYZ50.5146.1475.35-
YUV184.29149.28136.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.28%
GREEN value IS 171 (67.19% from 255) = 29.03%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=33.28%
G=29.03%
B=37.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961712220.120.2300.13269.4143.5977.06
HexC4ABDEC170D10d2c4d
Octal304253336142701541554115
Binary110001001010101111011110110010111011011000011011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4ABDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4ABDE; }

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

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

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

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

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

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

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

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