#DBA1B5

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

Shades of Kobi #DBA1B5

Tints of Kobi #DBA1B5

Color information

#DBA1B5 (or 0xDBA1B5) is unknown color: approx Kobi. HEX triplet: DB, A1 and B5. RGB value is (219,161,181). Sum of RGB (Red+Green+Blue) = 219+161+181=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 161 (63.28% from 255 or 28.70% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1B5 is #245E4A. Grayscale: #B4B4B4. Windows color (decimal): -2383435 or 11903451. OLE color: 11903451.

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

Color convert

RGB219161181-
CMYK00.260.170.14
HSL339.31º44.62%74.51%-
HSV(B)339.31º26.48%85.88%-
XYZ50.343.8949.54-
YUV180.62128.22155.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 161 (63.28% from 255) = 28.70%
BLUE value IS 181 (71.09% from 255) = 32.26%
R=39.04%
G=28.70%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916118100.260.170.14339.3144.6274.51
HexDBA1B501A11E1532d4b
Octal333241265032211652355113
Binary1101101110100001101101010110101000111101010100111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1B5; }

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

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

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

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

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

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

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

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