#DB94AB

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

Shades of Kobi #DB94AB

Tints of Kobi #DB94AB

Color information

#DB94AB (or 0xDB94AB) is unknown color: approx Kobi. HEX triplet: DB, 94 and AB. RGB value is (219,148,171). Sum of RGB (Red+Green+Blue) = 219+148+171=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 148 (58.20% from 255 or 27.51% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB94AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB94AB is #246B54. Grayscale: #ABABAB. Windows color (decimal): -2386773 or 11244763. OLE color: 11244763.

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

Color convert

RGB219148171-
CMYK00.320.220.14
HSL340.56º49.65%71.96%-
HSV(B)340.56º32.42%85.88%-
XYZ47.1539.1843.61-
YUV171.85127.52161.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.71%
GREEN value IS 148 (58.20% from 255) = 27.51%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=40.71%
G=27.51%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914817100.320.220.14340.5649.6571.96
HexDB94AB02016E1553248
Octal333224253040261652562110
Binary11011011100101001010101101000001011011101010101011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB94AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB94AB; }

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

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

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

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

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

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

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

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