#DBA0B4

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

Shades of Kobi #DBA0B4

Tints of Kobi #DBA0B4

Color information

#DBA0B4 (or 0xDBA0B4) is unknown color: approx Kobi. HEX triplet: DB, A0 and B4. RGB value is (219,160,180). Sum of RGB (Red+Green+Blue) = 219+160+180=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0B4 is #245F4B. Grayscale: #B3B3B3. Windows color (decimal): -2383692 or 11837659. OLE color: 11837659.

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

Color convert

RGB219160180-
CMYK00.270.180.14
HSL339.66º45.04%74.31%-
HSV(B)339.66º26.94%85.88%-
XYZ50.0243.548.94-
YUV179.92128.05155.87-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 160 (62.89% from 255) = 28.62%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=39.18%
G=28.62%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916018000.270.180.14339.6645.0474.31
HexDBA0B401B12E1542d4a
Octal333240264033221652455112
Binary1101101110100000101101000110111001011101010101001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0B4; }

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

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

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

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

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

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

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

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