Html Css Color HEX #DB8EAA Kobi

📋 copy color: '#DB8EAA'

red 219 ◦ green 142 ◦ blue 170

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

Shades of Kobi #DB8EAA

Tints of Kobi #DB8EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.74%

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

R = 41.24%
G = 26.74%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB8EAA (or 0xDB8EAA) is known color: Kobi. HEX triplet: DB, 8E and AA. RGB value is (219,142,170). Sum of RGB (Red+Green+Blue) = 219+142+170=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8EAA is #247155. Grayscale: #A8A8A8. Windows color (decimal): -2388310 or 11177691. OLE color: 11177691.

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

Color convert

RGB 219 142 170 -
CMYK 0 0.35 0.22 0.14
HSL 338.18º 0.52% 0.71% -
HSV(B) 338.18º 0.35% 0.86% -
XYZ 46.14 37.31 42.8 -
YUV 168.22 129.01 164.22 -
System Red Green Blue C M Y K H S L
Decimal 219 142 170 0 0.35 0.22 0.14 338.18 0.52 0.71
Hex DB 8E AA 0 23 16 E 152 34 47
Octal 333 216 252 0 43 26 16 522 64 107
Binary 11011011 10001110 10101010 0 100011 10110 1110 101010010 110100 1000111

Color Harmonies of #DB8EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8EAA

Black with #DB8EAA

Text Example


Text Example

White with #DB8EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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