#C6B4D6

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

Shades of Perfume #C6B4D6

Tints of Perfume #C6B4D6

Color information

#C6B4D6 (or 0xC6B4D6) is unknown color: approx Perfume. HEX triplet: C6, B4 and D6. RGB value is (198,180,214). Sum of RGB (Red+Green+Blue) = 198+180+214=592 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.45% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #C6B4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B4D6 is #394B29. Grayscale: #BDBDBD. Windows color (decimal): -3754794 or 14070982. OLE color: 14070982.

HSL color Cylindrical-coordinate representation of color #C6B4D6: hue angle of 271.76º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6B4D6 is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB198180214-
CMYK0.070.1600.16
HSL271.76º29.31%77.25%-
HSV(B)271.76º15.89%83.92%-
XYZ51.7549.570.45-
YUV189.26141.96134.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.45%
GREEN value IS 180 (70.70% from 255) = 30.41%
BLUE value IS 214 (83.98% from 255) = 36.15%
R=33.45%
G=30.41%
B=36.15%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1981802140.070.1600.16271.7629.3177.25
HexC6B4D67100101101d4d
Octal30626432672002042035115
Binary11000110101101001101011011110000010000100010000111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B4D6; }

 p { color: rgb(198,180,214); }

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

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

 a { background-color: rgb(198,180,214); }

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

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

 span { border-color: rgb(198,180,214); }

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