#D89FAE

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

Shades of Kobi #D89FAE

Tints of Kobi #D89FAE

Color information

#D89FAE (or 0xD89FAE) is unknown color: approx Kobi. HEX triplet: D8, 9F and AE. RGB value is (216,159,174). Sum of RGB (Red+Green+Blue) = 216+159+174=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D89FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89FAE is #276051. Grayscale: #B1B1B1. Windows color (decimal): -2580562 or 11444184. OLE color: 11444184.

HSL color Cylindrical-coordinate representation of color #D89FAE: hue angle of 344.21º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D89FAE is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB216159174-
CMYK00.260.190.15
HSL344.21º42.22%73.53%-
HSV(B)344.21º26.39%84.71%-
XYZ48.3642.4545.69-
YUV177.75125.88155.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.34%
GREEN value IS 159 (62.5% from 255) = 28.96%
BLUE value IS 174 (68.36% from 255) = 31.69%
R=39.34%
G=28.96%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615917400.260.190.15344.2142.2273.53
HexD89FAE01A13F1582a4a
Octal330237256032231753052112
Binary1101100010011111101011100110101001111111010110001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89FAE; }

 p { color: rgb(216,159,174); }

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

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

 a { background-color: rgb(216,159,174); }

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

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

 span { border-color: rgb(216,159,174); }

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