#DB9EB3

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

Shades of Kobi #DB9EB3

Tints of Kobi #DB9EB3

Color information

#DB9EB3 (or 0xDB9EB3) is unknown color: approx Kobi. HEX triplet: DB, 9E and B3. RGB value is (219,158,179). Sum of RGB (Red+Green+Blue) = 219+158+179=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EB3 is #24614C. Grayscale: #B2B2B2. Windows color (decimal): -2384205 or 11771611. OLE color: 11771611.

HSL color Cylindrical-coordinate representation of color #DB9EB3: hue angle of 339.34º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9EB3 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB219158179-
CMYK00.280.180.14
HSL339.34º45.86%73.92%-
HSV(B)339.34º27.85%85.88%-
XYZ49.5842.7748.29-
YUV178.63128.21156.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 158 (62.11% from 255) = 28.42%
BLUE value IS 179 (70.31% from 255) = 32.19%
R=39.39%
G=28.42%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915817900.280.180.14339.3445.8673.92
HexDB9EB301C12E1532e4a
Octal333236263034221652356112
Binary1101101110011110101100110111001001011101010100111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9EB3; }

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

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

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

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

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

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

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

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