#C4B1D5

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

Shades of Perfume #C4B1D5

Tints of Perfume #C4B1D5

Color information

#C4B1D5 (or 0xC4B1D5) is unknown color: approx Perfume. HEX triplet: C4, B1 and D5. RGB value is (196,177,213). Sum of RGB (Red+Green+Blue) = 196+177+213=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 177 (69.53% from 255 or 30.20% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 213 - color contains mainly: blue. Hex color #C4B1D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B1D5 is #3B4E2A. Grayscale: #BABABA. Windows color (decimal): -3886635 or 14004676. OLE color: 14004676.

HSL color Cylindrical-coordinate representation of color #C4B1D5: hue angle of 271.67º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4B1D5 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196177213-
CMYK0.080.1700.16
HSL271.67º30%76.47%-
HSV(B)271.67º16.9%83.53%-
XYZ50.547.9869.55-
YUV186.78142.79134.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.45%
GREEN value IS 177 (69.53% from 255) = 30.20%
BLUE value IS 213 (83.59% from 255) = 36.35%
R=33.45%
G=30.20%
B=36.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961772130.080.1700.16271.673076.47
HexC4B1D58110101101e4c
Octal304261325102102042036114
Binary110001001011000111010101100010001010000100010000111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B1D5; }

 p { color: rgb(196,177,213); }

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

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

 a { background-color: rgb(196,177,213); }

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

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

 span { border-color: rgb(196,177,213); }

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