Html Css Color HEX #DB9DAB Kobi

📋 copy color: '#DB9DAB'

red 219 ◦ green 157 ◦ blue 171

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

Shades of Kobi #DB9DAB

Tints of Kobi #DB9DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.7%

 BLUE value IS 171 (67.19% from 255) = 31.26%

R = 40.04%
G = 28.7%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB9DAB (or 0xDB9DAB) is known color: Kobi. HEX triplet: DB, 9D and AB. RGB value is (219,157,171). Sum of RGB (Red+Green+Blue) = 219+157+171=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 157 (61.72% from 255 or 28.70% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9DAB is #246254. Grayscale: #B1B1B1. Windows color (decimal): -2384469 or 11247067. OLE color: 11247067.

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

Color convert

RGB 219 157 171 -
CMYK 0 0.28 0.22 0.14
HSL 346.45º 0.46% 0.74% -
HSV(B) 346.45º 0.28% 0.86% -
XYZ 48.62 42.11 44.09 -
YUV 177.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 219 157 171 0 0.28 0.22 0.14 346.45 0.46 0.74
Hex DB 9D AB 0 1C 16 E 15A 2E 4A
Octal 333 235 253 0 34 26 16 532 56 112
Binary 11011011 10011101 10101011 0 11100 10110 1110 101011010 101110 1001010

Color Harmonies of #DB9DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9DAB

Black with #DB9DAB

Text Example


Text Example

White with #DB9DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9DAB; }

 p { color: rgb(219,157,171); }

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

background-color css

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

 a { background-color: rgb(219,157,171); }

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

border-color css

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

 span { border-color: rgb(219,157,171); }

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