#D89EAB

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

Shades of Kobi #D89EAB

Tints of Kobi #D89EAB

Color information

#D89EAB (or 0xD89EAB) is unknown color: approx Kobi. HEX triplet: D8, 9E and AB. RGB value is (216,158,171). Sum of RGB (Red+Green+Blue) = 216+158+171=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D89EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89EAB is #276154. Grayscale: #B0B0B0. Windows color (decimal): -2580821 or 11247320. OLE color: 11247320.

HSL color Cylindrical-coordinate representation of color #D89EAB: hue angle of 346.55º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D89EAB is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216158171-
CMYK00.270.210.15
HSL346.55º42.65%73.33%-
HSV(B)346.55º26.85%84.71%-
XYZ47.941.9944.11-
YUV176.82124.72155.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 158 (62.11% from 255) = 28.99%
BLUE value IS 171 (67.19% from 255) = 31.38%
R=39.63%
G=28.99%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615817100.270.210.15346.5542.6573.33
HexD89EAB01B15F15b2b49
Octal330236253033251753353111
Binary1101100010011110101010110110111010111111010110111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89EAB; }

 p { color: rgb(216,158,171); }

 H1.HeaderClassName
 {
   color: #D89EAB;
 }
 .AnyTagClassName
 {
   color: #D89EAB;
 }
</style>
background-color css

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

 a { background-color: rgb(216,158,171); }

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

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

 span { border-color: rgb(216,158,171); }

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