Html Css Color HEX #DB9EAA Kobi

📋 copy color: '#DB9EAA'

red 219 ◦ green 158 ◦ blue 170

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

Shades of Kobi #DB9EAA

Tints of Kobi #DB9EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.08%

R = 40.04%
G = 28.88%
B = 31.08%

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

#DB9EAA (or 0xDB9EAA) is known color: Kobi. HEX triplet: DB, 9E and AA. RGB value is (219,158,170). Sum of RGB (Red+Green+Blue) = 219+158+170=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 158 (62.11% from 255 or 28.88% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9EAA is #246155. Grayscale: #B1B1B1. Windows color (decimal): -2384214 or 11181787. OLE color: 11181787.

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

Color convert

RGB 219 158 170 -
CMYK 0 0.28 0.22 0.14
HSL 348.2º 0.46% 0.74% -
HSV(B) 348.2º 0.28% 0.86% -
XYZ 48.7 42.42 43.65 -
YUV 177.61 123.71 157.52 -
System Red Green Blue C M Y K H S L
Decimal 219 158 170 0 0.28 0.22 0.14 348.2 0.46 0.74
Hex DB 9E AA 0 1C 16 E 15C 2E 4A
Octal 333 236 252 0 34 26 16 534 56 112
Binary 11011011 10011110 10101010 0 11100 10110 1110 101011100 101110 1001010

Color Harmonies of #DB9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9EAA

Black with #DB9EAA

Text Example


Text Example

White with #DB9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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