#DB88AB

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

Shades of Kobi #DB88AB

Tints of Kobi #DB88AB

Color information

#DB88AB (or 0xDB88AB) is unknown color: approx Kobi. HEX triplet: DB, 88 and AB. RGB value is (219,136,171). Sum of RGB (Red+Green+Blue) = 219+136+171=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB88AB is #247754. Grayscale: #A4A4A4. Windows color (decimal): -2389845 or 11241691. OLE color: 11241691.

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

Color convert

RGB219136171-
CMYK00.380.220.14
HSL334.7º53.55%69.61%-
HSV(B)334.7º37.9%85.88%-
XYZ45.3735.6143.01-
YUV164.81131.5166.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.63%
GREEN value IS 136 (53.52% from 255) = 25.86%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=41.63%
G=25.86%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913617100.380.220.14334.753.5569.61
HexDB88AB02616E14f3646
Octal333210253046261651766106
Binary11011011100010001010101101001101011011101010011111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB88AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB88AB; }

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

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

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

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

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

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

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

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