Html Css Color HEX #DB9BAD Kobi

📋 copy color: '#DB9BAD'

red 219 ◦ green 155 ◦ blue 173

#DB9BAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #DB9BAD

Tints of Kobi #DB9BAD

RGB

 RED value IS 219 (85.94% from 255) = 40.04%

 GREEN value IS 155 (60.94% from 255) = 28.34%

 BLUE value IS 173 (67.97% from 255) = 31.63%

R = 40.04%
G = 28.34%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB9BAD (or 0xDB9BAD) is known color: Kobi. HEX triplet: DB, 9B and AD. RGB value is (219,155,173). Sum of RGB (Red+Green+Blue) = 219+155+173=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9BAD is #246452. Grayscale: #B0B0B0. Windows color (decimal): -2384979 or 11377627. OLE color: 11377627.

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

Color convert

RGB 219 155 173 -
CMYK 0 0.29 0.21 0.14
HSL 343.13º 0.47% 0.73% -
HSV(B) 343.13º 0.29% 0.86% -
XYZ 48.48 41.52 44.99 -
YUV 176.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 219 155 173 0 0.29 0.21 0.14 343.13 0.47 0.73
Hex DB 9B AD 0 1D 15 E 157 2F 49
Octal 333 233 255 0 35 25 16 527 57 111
Binary 11011011 10011011 10101101 0 11101 10101 1110 101010111 101111 1001001

Color Harmonies of #DB9BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BAD

Black with #DB9BAD

Text Example


Text Example

White with #DB9BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BAD; }

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

 H1.HeaderClassName
 {
   color: #DB9BAD;
 }
 .AnyTagClassName
 {
   color: #DB9BAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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