#DBA0B5

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

Shades of Kobi #DBA0B5

Tints of Kobi #DBA0B5

Color information

#DBA0B5 (or 0xDBA0B5) is unknown color: approx Kobi. HEX triplet: DB, A0 and B5. RGB value is (219,160,181). Sum of RGB (Red+Green+Blue) = 219+160+181=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 160 (62.89% from 255 or 28.57% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0B5 is #245F4A. Grayscale: #B4B4B4. Windows color (decimal): -2383691 or 11903195. OLE color: 11903195.

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

Color convert

RGB219160181-
CMYK00.270.170.14
HSL338.64º45.04%74.31%-
HSV(B)338.64º26.94%85.88%-
XYZ50.1243.5449.48-
YUV180.03128.55155.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 160 (62.89% from 255) = 28.57%
BLUE value IS 181 (71.09% from 255) = 32.32%
R=39.11%
G=28.57%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916018100.270.170.14338.6445.0474.31
HexDBA0B501B11E1532d4a
Octal333240265033211652355112
Binary1101101110100000101101010110111000111101010100111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0B5; }

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

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

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

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

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

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

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

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