#DB8BAA

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

Shades of Kobi #DB8BAA

Tints of Kobi #DB8BAA

Color information

#DB8BAA (or 0xDB8BAA) is unknown color: approx Kobi. HEX triplet: DB, 8B and AA. RGB value is (219,139,170). Sum of RGB (Red+Green+Blue) = 219+139+170=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8BAA is #247455. Grayscale: #A6A6A6. Windows color (decimal): -2389078 or 11176923. OLE color: 11176923.

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

Color convert

RGB219139170-
CMYK00.370.220.14
HSL336.75º52.63%70.2%-
HSV(B)336.75º36.53%85.88%-
XYZ45.736.4342.65-
YUV166.45130165.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 139 (54.69% from 255) = 26.33%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=41.48%
G=26.33%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913917000.370.220.14336.7552.6370.2
HexDB8BAA02516E1513546
Octal333213252045261652165106
Binary11011011100010111010101001001011011011101010100011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BAA; }

 p { color: rgb(219,139,170); }

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

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

 a { background-color: rgb(219,139,170); }

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

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

 span { border-color: rgb(219,139,170); }

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