#DB88AC

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

Shades of Kobi #DB88AC

Tints of Kobi #DB88AC

Color information

#DB88AC (or 0xDB88AC) is unknown color: approx Kobi. HEX triplet: DB, 88 and AC. RGB value is (219,136,172). Sum of RGB (Red+Green+Blue) = 219+136+172=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB88AC is #247753. Grayscale: #A4A4A4. Windows color (decimal): -2389844 or 11307227. OLE color: 11307227.

HSL color Cylindrical-coordinate representation of color #DB88AC: hue angle of 333.98º 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 #DB88AC is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219136172-
CMYK00.380.210.14
HSL333.98º53.55%69.61%-
HSV(B)333.98º37.9%85.88%-
XYZ45.4635.6543.51-
YUV164.92132166.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 136 (53.52% from 255) = 25.81%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=41.56%
G=25.81%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913617200.380.210.14333.9853.5569.61
HexDB88AC02615E14e3646
Octal333210254046251651666106
Binary11011011100010001010110001001101010111101010011101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB88AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB88AC; }

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

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

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

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

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

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

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

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