#DB96AC

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

Shades of Kobi #DB96AC

Tints of Kobi #DB96AC

Color information

#DB96AC (or 0xDB96AC) is unknown color: approx Kobi. HEX triplet: DB, 96 and AC. RGB value is (219,150,172). Sum of RGB (Red+Green+Blue) = 219+150+172=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB96AC is #246953. Grayscale: #ADADAD. Windows color (decimal): -2386260 or 11310811. OLE color: 11310811.

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

Color convert

RGB219150172-
CMYK00.320.210.14
HSL340.87º48.94%72.35%-
HSV(B)340.87º31.51%85.88%-
XYZ47.5739.8544.21-
YUV173.14127.36160.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 150 (58.98% from 255) = 27.73%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=40.48%
G=27.73%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915017200.320.210.14340.8748.9472.35
HexDB96AC02015E1553148
Octal333226254040251652561110
Binary11011011100101101010110001000001010111101010101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB96AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB96AC; }

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

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

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

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

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

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

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

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