#DBA1B3

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

Shades of Kobi #DBA1B3

Tints of Kobi #DBA1B3

Color information

#DBA1B3 (or 0xDBA1B3) is unknown color: approx Kobi. HEX triplet: DB, A1 and B3. RGB value is (219,161,179). Sum of RGB (Red+Green+Blue) = 219+161+179=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 161 (63.28% from 255 or 28.80% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1B3 is #245E4C. Grayscale: #B4B4B4. Windows color (decimal): -2383437 or 11772379. OLE color: 11772379.

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

Color convert

RGB219161179-
CMYK00.260.180.14
HSL341.38º44.62%74.51%-
HSV(B)341.38º26.48%85.88%-
XYZ50.0943.848.46-
YUV180.39127.22155.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 161 (63.28% from 255) = 28.80%
BLUE value IS 179 (70.31% from 255) = 32.02%
R=39.18%
G=28.80%
B=32.02%

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
Decimal21916117900.260.180.14341.3844.6274.51
HexDBA1B301A12E1552d4b
Octal333241263032221652555113
Binary1101101110100001101100110110101001011101010101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1B3; }

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

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

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

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

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

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

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

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