#D89AAE

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

Shades of Kobi #D89AAE

Tints of Kobi #D89AAE

Color information

#D89AAE (or 0xD89AAE) is unknown color: approx Kobi. HEX triplet: D8, 9A and AE. RGB value is (216,154,174). Sum of RGB (Red+Green+Blue) = 216+154+174=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 154 (60.55% from 255 or 28.31% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 216 - color contains mainly: red. Hex color #D89AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89AAE is #276551. Grayscale: #AEAEAE. Windows color (decimal): -2581842 or 11442904. OLE color: 11442904.

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

Color convert

RGB216154174-
CMYK00.290.190.15
HSL340.65º44.29%72.55%-
HSV(B)340.65º28.7%84.71%-
XYZ47.5140.7745.41-
YUV174.82127.54157.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 154 (60.55% from 255) = 28.31%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=39.71%
G=28.31%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21615417400.290.190.15340.6544.2972.55
HexD89AAE01D13F1552c49
Octal330232256035231752554111
Binary1101100010011010101011100111011001111111010101011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D89AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D89AAE; }

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

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

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

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

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

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

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

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