#DB96AB

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

Shades of Kobi #DB96AB

Tints of Kobi #DB96AB

Color information

#DB96AB (or 0xDB96AB) is unknown color: approx Kobi. HEX triplet: DB, 96 and AB. RGB value is (219,150,171). Sum of RGB (Red+Green+Blue) = 219+150+171=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 150 (58.98% from 255 or 27.78% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96AB is #246954. Grayscale: #ADADAD. Windows color (decimal): -2386261 or 11245275. OLE color: 11245275.

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

Color convert

RGB219150171-
CMYK00.320.220.14
HSL341.74º48.94%72.35%-
HSV(B)341.74º31.51%85.88%-
XYZ47.4739.8143.71-
YUV173.02126.86160.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 150 (58.98% from 255) = 27.78%
BLUE value IS 171 (67.19% from 255) = 31.67%
R=40.56%
G=27.78%
B=31.67%

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
Decimal21915017100.320.220.14341.7448.9472.35
HexDB96AB02016E1563148
Octal333226253040261652661110
Binary11011011100101101010101101000001011011101010101101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96AB; }

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

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

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

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

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

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

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

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