#D89DAC

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

Shades of Kobi #D89DAC

Tints of Kobi #D89DAC

Color information

#D89DAC (or 0xD89DAC) is unknown color: approx Kobi. HEX triplet: D8, 9D and AC. RGB value is (216,157,172). Sum of RGB (Red+Green+Blue) = 216+157+172=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 216 - color contains mainly: red. Hex color #D89DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89DAC is #276253. Grayscale: #B0B0B0. Windows color (decimal): -2581076 or 11312600. OLE color: 11312600.

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

Color convert

RGB216157172-
CMYK00.270.200.15
HSL344.75º43.07%73.14%-
HSV(B)344.75º27.31%84.71%-
XYZ47.8241.6944.56-
YUV176.35125.55156.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 157 (61.72% from 255) = 28.81%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=39.63%
G=28.81%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615717200.270.200.15344.7543.0773.14
HexD89DAC01B14F1592b49
Octal330235254033241753153111
Binary1101100010011101101011000110111010011111010110011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89DAC; }

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

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

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

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

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

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

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

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