#DB9BAE

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

Shades of Kobi #DB9BAE

Tints of Kobi #DB9BAE

Color information

#DB9BAE (or 0xDB9BAE) is unknown color: approx Kobi. HEX triplet: DB, 9B and AE. RGB value is (219,155,174). Sum of RGB (Red+Green+Blue) = 219+155+174=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9BAE is #246451. Grayscale: #B0B0B0. Windows color (decimal): -2384978 or 11443163. OLE color: 11443163.

HSL color Cylindrical-coordinate representation of color #DB9BAE: hue angle of 342.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9BAE is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB219155174-
CMYK00.290.210.14
HSL342.19º47.06%73.33%-
HSV(B)342.19º29.22%85.88%-
XYZ48.5741.5645.51-
YUV176.3126.7158.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.96%
GREEN value IS 155 (60.94% from 255) = 28.28%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=39.96%
G=28.28%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915517400.290.210.14342.1947.0673.33
HexDB9BAE01D15E1562f49
Octal333233256035251652657111
Binary1101101110011011101011100111011010111101010101101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BAE; }

 p { color: rgb(219,155,174); }

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

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

 a { background-color: rgb(219,155,174); }

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

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

 span { border-color: rgb(219,155,174); }

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