#D89EAC

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

Shades of Kobi #D89EAC

Tints of Kobi #D89EAC

Color information

#D89EAC (or 0xD89EAC) is unknown color: approx Kobi. HEX triplet: D8, 9E and AC. RGB value is (216,158,172). Sum of RGB (Red+Green+Blue) = 216+158+172=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 158 (62.11% from 255 or 28.94% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D89EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89EAC is #276153. Grayscale: #B0B0B0. Windows color (decimal): -2580820 or 11312856. OLE color: 11312856.

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

Color convert

RGB216158172-
CMYK00.270.200.15
HSL345.52º42.65%73.33%-
HSV(B)345.52º26.85%84.71%-
XYZ47.9942.0344.61-
YUV176.94125.22155.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 158 (62.11% from 255) = 28.94%
BLUE value IS 172 (67.58% from 255) = 31.50%
R=39.56%
G=28.94%
B=31.50%

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
Decimal21615817200.270.200.15345.5242.6573.33
HexD89EAC01B14F15a2b49
Octal330236254033241753253111
Binary1101100010011110101011000110111010011111010110101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89EAC; }

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

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

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

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

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

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

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

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