Html Css Color HEX #DB98AB Kobi

📋 copy color: '#DB98AB'

red 219 ◦ green 152 ◦ blue 171

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

Shades of Kobi #DB98AB

Tints of Kobi #DB98AB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.04%

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

R = 40.41%
G = 28.04%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB98AB (or 0xDB98AB) is known color: Kobi. HEX triplet: DB, 98 and AB. RGB value is (219,152,171). Sum of RGB (Red+Green+Blue) = 219+152+171=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 152 (59.77% from 255 or 28.04% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB98AB is #246754. Grayscale: #AEAEAE. Windows color (decimal): -2385749 or 11245787. OLE color: 11245787.

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

Color convert

RGB 219 152 171 -
CMYK 0 0.31 0.22 0.14
HSL 342.99º 0.48% 0.73% -
HSV(B) 342.99º 0.31% 0.86% -
XYZ 47.79 40.46 43.82 -
YUV 174.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 219 152 171 0 0.31 0.22 0.14 342.99 0.48 0.73
Hex DB 98 AB 0 1F 16 E 157 30 49
Octal 333 230 253 0 37 26 16 527 60 111
Binary 11011011 10011000 10101011 0 11111 10110 1110 101010111 110000 1001001

Color Harmonies of #DB98AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB98AB

Black with #DB98AB

Text Example


Text Example

White with #DB98AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB98AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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