#DBA1B2

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

Shades of Kobi #DBA1B2

Tints of Kobi #DBA1B2

Color information

#DBA1B2 (or 0xDBA1B2) is unknown color: approx Kobi. HEX triplet: DB, A1 and B2. RGB value is (219,161,178). Sum of RGB (Red+Green+Blue) = 219+161+178=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 161 (63.28% from 255 or 28.85% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA1B2 is #245E4D. Grayscale: #B4B4B4. Windows color (decimal): -2383438 or 11706843. OLE color: 11706843.

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

Color convert

RGB219161178-
CMYK00.260.190.14
HSL342.41º44.62%74.51%-
HSV(B)342.41º26.48%85.88%-
XYZ49.9943.7647.93-
YUV180.28126.72155.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 161 (63.28% from 255) = 28.85%
BLUE value IS 178 (69.92% from 255) = 31.90%
R=39.25%
G=28.85%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916117800.260.190.14342.4144.6274.51
HexDBA1B201A13E1562d4b
Octal333241262032231652655113
Binary1101101110100001101100100110101001111101010101101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1B2; }

 p { color: rgb(219,161,178); }

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

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

 a { background-color: rgb(219,161,178); }

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

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

 span { border-color: rgb(219,161,178); }

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