#DBA4B6

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

Shades of Kobi #DBA4B6

Tints of Kobi #DBA4B6

Color information

#DBA4B6 (or 0xDBA4B6) is unknown color: approx Kobi. HEX triplet: DB, A4 and B6. RGB value is (219,164,182). Sum of RGB (Red+Green+Blue) = 219+164+182=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 164 (64.45% from 255 or 29.03% from 565); Blue value is 182 (71.48% from 255 or 32.21% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4B6 is #245B49. Grayscale: #B6B6B6. Windows color (decimal): -2382666 or 11969755. OLE color: 11969755.

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

Color convert

RGB219164182-
CMYK00.250.170.14
HSL340.36º43.31%75.1%-
HSV(B)340.36º25.11%85.88%-
XYZ50.9344.9950.26-
YUV182.5127.72154.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 164 (64.45% from 255) = 29.03%
BLUE value IS 182 (71.48% from 255) = 32.21%
R=38.76%
G=29.03%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916418200.250.170.14340.3643.3175.1
HexDBA4B601911E1542b4b
Octal333244266031211652453113
Binary1101101110100100101101100110011000111101010101001010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA4B6; }

 p { color: rgb(219,164,182); }

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

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

 a { background-color: rgb(219,164,182); }

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

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

 span { border-color: rgb(219,164,182); }

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