#DBA3B5

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

Shades of Kobi #DBA3B5

Tints of Kobi #DBA3B5

Color information

#DBA3B5 (or 0xDBA3B5) is unknown color: approx Kobi. HEX triplet: DB, A3 and B5. RGB value is (219,163,181). Sum of RGB (Red+Green+Blue) = 219+163+181=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 181 (71.09% from 255 or 32.15% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3B5 is #245C4A. Grayscale: #B5B5B5. Windows color (decimal): -2382923 or 11903963. OLE color: 11903963.

HSL color Cylindrical-coordinate representation of color #DBA3B5: hue angle of 340.71º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA3B5 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB219163181-
CMYK00.260.170.14
HSL340.71º43.75%74.9%-
HSV(B)340.71º25.57%85.88%-
XYZ50.6544.5949.65-
YUV181.8127.55154.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 163 (64.06% from 255) = 28.95%
BLUE value IS 181 (71.09% from 255) = 32.15%
R=38.90%
G=28.95%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916318100.260.170.14340.7143.7574.9
HexDBA3B501A11E1552c4b
Octal333243265032211652554113
Binary1101101110100011101101010110101000111101010101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA3B5; }

 p { color: rgb(219,163,181); }

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

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

 a { background-color: rgb(219,163,181); }

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

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

 span { border-color: rgb(219,163,181); }

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