#DB91AB

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

Shades of Kobi #DB91AB

Tints of Kobi #DB91AB

Color information

#DB91AB (or 0xDB91AB) is unknown color: approx Kobi. HEX triplet: DB, 91 and AB. RGB value is (219,145,171). Sum of RGB (Red+Green+Blue) = 219+145+171=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 145 (57.03% from 255 or 27.10% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB91AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB91AB is #246E54. Grayscale: #AAAAAA. Windows color (decimal): -2387541 or 11243995. OLE color: 11243995.

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

Color convert

RGB219145171-
CMYK00.340.220.14
HSL338.92º50.68%71.37%-
HSV(B)338.92º33.79%85.88%-
XYZ46.6938.2543.45-
YUV170.09128.52162.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.93%
GREEN value IS 145 (57.03% from 255) = 27.10%
BLUE value IS 171 (67.19% from 255) = 31.96%
R=40.93%
G=27.10%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914517100.340.220.14338.9250.6871.37
HexDB91AB02216E1533347
Octal333221253042261652363107
Binary11011011100100011010101101000101011011101010100111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB91AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB91AB; }

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

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

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

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

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

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

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

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