#C6B0DB

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

Shades of Perfume #C6B0DB

Tints of Perfume #C6B0DB

Color information

#C6B0DB (or 0xC6B0DB) is unknown color: approx Perfume. HEX triplet: C6, B0 and DB. RGB value is (198,176,219). Sum of RGB (Red+Green+Blue) = 198+176+219=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6B0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6B0DB is #394F24. Grayscale: #BBBBBB. Windows color (decimal): -3755813 or 14397638. OLE color: 14397638.

HSL color Cylindrical-coordinate representation of color #C6B0DB: hue angle of 270.7º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6B0DB is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB198176219-
CMYK0.100.2000.14
HSL270.7º37.39%77.45%-
HSV(B)270.7º19.63%85.88%-
XYZ51.648.1773.6-
YUV187.48145.79135.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.39%
GREEN value IS 176 (69.14% from 255) = 29.68%
BLUE value IS 219 (85.94% from 255) = 36.93%
R=33.39%
G=29.68%
B=36.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1981762190.100.2000.14270.737.3977.45
HexC6B0DBA140E10f254d
Octal306260333122401641745115
Binary110001101011000011011011101010100011101000011111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6B0DB; }

 p { color: rgb(198,176,219); }

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

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

 a { background-color: rgb(198,176,219); }

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

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

 span { border-color: rgb(198,176,219); }

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