#C4B3D3

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

Shades of Perfume #C4B3D3

Tints of Perfume #C4B3D3

Color information

#C4B3D3 (or 0xC4B3D3) is unknown color: approx Perfume. HEX triplet: C4, B3 and D3. RGB value is (196,179,211). Sum of RGB (Red+Green+Blue) = 196+179+211=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 211 - color contains mainly: blue. Hex color #C4B3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3D3 is #3B4C2C. Grayscale: #BBBBBB. Windows color (decimal): -3886125 or 13874116. OLE color: 13874116.

HSL color Cylindrical-coordinate representation of color #C4B3D3: hue angle of 271.88º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4B3D3 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB196179211-
CMYK0.070.1500.17
HSL271.88º26.67%76.47%-
HSV(B)271.88º15.17%82.75%-
XYZ50.6448.6868.35-
YUV187.73141.13133.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.45%
GREEN value IS 179 (70.31% from 255) = 30.55%
BLUE value IS 211 (82.81% from 255) = 36.01%
R=33.45%
G=30.55%
B=36.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961792110.070.1500.17271.8826.6776.47
HexC4B3D37F0111101b4c
Octal30426332371702142033114
Binary1100010010110011110100111111111010001100010000110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B3D3; }

 p { color: rgb(196,179,211); }

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

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

 a { background-color: rgb(196,179,211); }

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

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

 span { border-color: rgb(196,179,211); }

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