Html Css Color HEX #DB9EB0 Kobi

📋 copy color: '#DB9EB0'

red 219 ◦ green 158 ◦ blue 176

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

Shades of Kobi #DB9EB0

Tints of Kobi #DB9EB0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.57%

 BLUE value IS 176 (69.14% from 255) = 31.83%

R = 39.6%
G = 28.57%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB9EB0 (or 0xDB9EB0) is known color: Kobi. HEX triplet: DB, 9E and B0. RGB value is (219,158,176). Sum of RGB (Red+Green+Blue) = 219+158+176=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9EB0 is #24614F. Grayscale: #B2B2B2. Windows color (decimal): -2384208 or 11575003. OLE color: 11575003.

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

Color convert

RGB 219 158 176 -
CMYK 0 0.28 0.20 0.14
HSL 342.3º 0.46% 0.74% -
HSV(B) 342.3º 0.28% 0.86% -
XYZ 49.28 42.65 46.71 -
YUV 178.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 219 158 176 0 0.28 0.20 0.14 342.3 0.46 0.74
Hex DB 9E B0 0 1C 14 E 156 2E 4A
Octal 333 236 260 0 34 24 16 526 56 112
Binary 11011011 10011110 10110000 0 11100 10100 1110 101010110 101110 1001010

Color Harmonies of #DB9EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EB0

Black with #DB9EB0

Text Example


Text Example

White with #DB9EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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