#DBA2B4

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

Shades of Kobi #DBA2B4

Tints of Kobi #DBA2B4

Color information

#DBA2B4 (or 0xDBA2B4) is unknown color: approx Kobi. HEX triplet: DB, A2 and B4. RGB value is (219,162,180). Sum of RGB (Red+Green+Blue) = 219+162+180=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2B4 is #245D4B. Grayscale: #B5B5B5. Windows color (decimal): -2383180 or 11838171. OLE color: 11838171.

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

Color convert

RGB219162180-
CMYK00.260.180.14
HSL341.05º44.19%74.71%-
HSV(B)341.05º26.03%85.88%-
XYZ50.3744.249.06-
YUV181.1127.38155.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 162 (63.67% from 255) = 28.88%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=39.04%
G=28.88%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916218000.260.180.14341.0544.1974.71
HexDBA2B401A12E1552c4b
Octal333242264032221652554113
Binary1101101110100010101101000110101001011101010101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2B4; }

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

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

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

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

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

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

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

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