#D89DAB

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

Shades of Kobi #D89DAB

Tints of Kobi #D89DAB

Color information

#D89DAB (or 0xD89DAB) is unknown color: approx Kobi. HEX triplet: D8, 9D and AB. RGB value is (216,157,171). Sum of RGB (Red+Green+Blue) = 216+157+171=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89DAB is #276254. Grayscale: #B0B0B0. Windows color (decimal): -2581077 or 11247064. OLE color: 11247064.

HSL color Cylindrical-coordinate representation of color #D89DAB: hue angle of 345.76º 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 #D89DAB is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216157171-
CMYK00.270.210.15
HSL345.76º43.07%73.14%-
HSV(B)345.76º27.31%84.71%-
XYZ47.7341.6544.05-
YUV176.24125.05156.36-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=39.71%
G=28.86%
B=31.43%

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
Decimal21615717100.270.210.15345.7643.0773.14
HexD89DAB01B15F15a2b49
Octal330235253033251753253111
Binary1101100010011101101010110110111010111111010110101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DAB; }

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

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

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

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

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

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

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

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