#D890AB

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

Shades of Kobi #D890AB

Tints of Kobi #D890AB

Color information

#D890AB (or 0xD890AB) is unknown color: approx Kobi. HEX triplet: D8, 90 and AB. RGB value is (216,144,171). Sum of RGB (Red+Green+Blue) = 216+144+171=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D890AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D890AB is #276F54. Grayscale: #A8A8A8. Windows color (decimal): -2584405 or 11243736. OLE color: 11243736.

HSL color Cylindrical-coordinate representation of color #D890AB: hue angle of 337.5º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D890AB is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216144171-
CMYK00.330.210.15
HSL337.5º48%70.59%-
HSV(B)337.5º33.33%84.71%-
XYZ45.6437.4943.36-
YUV168.61129.35161.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 144 (56.64% from 255) = 27.12%
BLUE value IS 171 (67.19% from 255) = 32.20%
R=40.68%
G=27.12%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614417100.330.210.15337.54870.59
HexD890AB02115F1523047
Octal330220253041251752260107
Binary11011000100100001010101101000011010111111010100101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D890AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D890AB; }

 p { color: rgb(216,144,171); }

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

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

 a { background-color: rgb(216,144,171); }

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

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

 span { border-color: rgb(216,144,171); }

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