Html Css Color HEX #DB9FAB Kobi

📋 copy color: '#DB9FAB'

red 219 ◦ green 159 ◦ blue 171

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

Shades of Kobi #DB9FAB

Tints of Kobi #DB9FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.96%

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

R = 39.89%
G = 28.96%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB9FAB (or 0xDB9FAB) is known color: Kobi. HEX triplet: DB, 9F and AB. RGB value is (219,159,171). Sum of RGB (Red+Green+Blue) = 219+159+171=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9FAB is #246054. Grayscale: #B2B2B2. Windows color (decimal): -2383957 or 11247579. OLE color: 11247579.

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

Color convert

RGB 219 159 171 -
CMYK 0 0.27 0.22 0.14
HSL 348º 0.45% 0.74% -
HSV(B) 348º 0.27% 0.86% -
XYZ 48.96 42.8 44.21 -
YUV 178.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 219 159 171 0 0.27 0.22 0.14 348 0.45 0.74
Hex DB 9F AB 0 1B 16 E 15C 2D 4A
Octal 333 237 253 0 33 26 16 534 55 112
Binary 11011011 10011111 10101011 0 11011 10110 1110 101011100 101101 1001010

Color Harmonies of #DB9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9FAB

Black with #DB9FAB

Text Example


Text Example

White with #DB9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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