#D89EAA

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

Shades of Kobi #D89EAA

Tints of Kobi #D89EAA

Color information

#D89EAA (or 0xD89EAA) is unknown color: approx Kobi. HEX triplet: D8, 9E and AA. RGB value is (216,158,170). Sum of RGB (Red+Green+Blue) = 216+158+170=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 158 (62.11% from 255 or 29.04% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D89EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89EAA is #276155. Grayscale: #B0B0B0. Windows color (decimal): -2580822 or 11181784. OLE color: 11181784.

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

Color convert

RGB216158170-
CMYK00.270.210.15
HSL347.59º42.65%73.33%-
HSV(B)347.59º26.85%84.71%-
XYZ47.841.9543.61-
YUV176.71124.22156.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 158 (62.11% from 255) = 29.04%
BLUE value IS 170 (66.80% from 255) = 31.25%
R=39.71%
G=29.04%
B=31.25%

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
Decimal21615817000.270.210.15347.5942.6573.33
HexD89EAA01B15F15c2b49
Octal330236252033251753453111
Binary1101100010011110101010100110111010111111010111001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89EAA; }

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

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

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

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

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

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

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

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