#DB86AB

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

Shades of Kobi #DB86AB

Tints of Kobi #DB86AB

Color information

#DB86AB (or 0xDB86AB) is unknown color: approx Kobi. HEX triplet: DB, 86 and AB. RGB value is (219,134,171). Sum of RGB (Red+Green+Blue) = 219+134+171=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB86AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB86AB is #247954. Grayscale: #A3A3A3. Windows color (decimal): -2390357 or 11241179. OLE color: 11241179.

HSL color Cylindrical-coordinate representation of color #DB86AB: hue angle of 333.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB86AB is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219134171-
CMYK00.390.220.14
HSL333.88º54.14%69.22%-
HSV(B)333.88º38.81%85.88%-
XYZ45.0935.0542.92-
YUV163.63132.16167.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.79%
GREEN value IS 134 (52.73% from 255) = 25.57%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=41.79%
G=25.57%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913417100.390.220.14333.8854.1469.22
HexDB86AB02716E14e3645
Octal333206253047261651666105
Binary11011011100001101010101101001111011011101010011101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB86AB; }

 p { color: rgb(219,134,171); }

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

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

 a { background-color: rgb(219,134,171); }

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

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

 span { border-color: rgb(219,134,171); }

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