#D891AB

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

Shades of Kobi #D891AB

Tints of Kobi #D891AB

Color information

#D891AB (or 0xD891AB) is unknown color: approx Kobi. HEX triplet: D8, 91 and AB. RGB value is (216,145,171). Sum of RGB (Red+Green+Blue) = 216+145+171=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D891AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D891AB is #276E54. Grayscale: #A9A9A9. Windows color (decimal): -2584149 or 11243992. OLE color: 11243992.

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

Color convert

RGB216145171-
CMYK00.330.210.15
HSL338.03º47.65%70.78%-
HSV(B)338.03º32.87%84.71%-
XYZ45.7937.7943.41-
YUV169.19129.02161.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 145 (57.03% from 255) = 27.26%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=40.60%
G=27.26%
B=32.14%

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
Decimal21614517100.330.210.15338.0347.6570.78
HexD891AB02115F1523047
Octal330221253041251752260107
Binary11011000100100011010101101000011010111111010100101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D891AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D891AB; }

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

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

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

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

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

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

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

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