#DBA4B4

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

Shades of Kobi #DBA4B4

Tints of Kobi #DBA4B4

Color information

#DBA4B4 (or 0xDBA4B4) is unknown color: approx Kobi. HEX triplet: DB, A4 and B4. RGB value is (219,164,180). Sum of RGB (Red+Green+Blue) = 219+164+180=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 180 (70.70% from 255 or 31.97% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4B4 is #245B4B. Grayscale: #B6B6B6. Windows color (decimal): -2382668 or 11838683. OLE color: 11838683.

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

Color convert

RGB219164180-
CMYK00.250.180.14
HSL342.55º43.31%75.1%-
HSV(B)342.55º25.11%85.88%-
XYZ50.7344.9149.17-
YUV182.27126.72154.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 164 (64.45% from 255) = 29.13%
BLUE value IS 180 (70.70% from 255) = 31.97%
R=38.90%
G=29.13%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916418000.250.180.14342.5543.3175.1
HexDBA4B401912E1572b4b
Octal333244264031221652753113
Binary1101101110100100101101000110011001011101010101111010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA4B4; }

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

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

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

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

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

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

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

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