#DB8EAA

Color #DB8EAA Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #DB8EAA

Tints of Kobi #DB8EAA

Color information

#DB8EAA (or 0xDB8EAA) is unknown color: approx 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

RGB219142170-
CMYK00.350.220.14
HSL338.18º51.68%70.78%-
HSV(B)338.18º35.16%85.88%-
XYZ46.1437.3142.8-
YUV168.21129.01164.22-

RGB Variations

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

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.80% from 255) = 32.02%
R=41.24%
G=26.74%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914217000.350.220.14338.1851.6870.78
HexDB8EAA02316E1523447
Octal333216252043261652264107
Binary11011011100011101010101001000111011011101010100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>