#DB90AB

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

Shades of Kobi #DB90AB

Tints of Kobi #DB90AB

Color information

#DB90AB (or 0xDB90AB) is unknown color: approx Kobi. HEX triplet: DB, 90 and AB. RGB value is (219,144,171). Sum of RGB (Red+Green+Blue) = 219+144+171=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB90AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB90AB is #246F54. Grayscale: #A9A9A9. Windows color (decimal): -2387797 or 11243739. OLE color: 11243739.

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

Color convert

RGB219144171-
CMYK00.340.220.14
HSL338.4º51.02%71.18%-
HSV(B)338.4º34.25%85.88%-
XYZ46.5437.9543.4-
YUV169.5128.85163.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.01%
GREEN value IS 144 (56.64% from 255) = 26.97%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=41.01%
G=26.97%
B=32.02%

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
Decimal21914417100.340.220.14338.451.0271.18
HexDB90AB02216E1523347
Octal333220253042261652263107
Binary11011011100100001010101101000101011011101010100101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB90AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB90AB; }

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

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

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

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

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

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

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

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