#D893AB

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

Shades of Kobi #D893AB

Tints of Kobi #D893AB

Color information

#D893AB (or 0xD893AB) is unknown color: approx Kobi. HEX triplet: D8, 93 and AB. RGB value is (216,147,171). Sum of RGB (Red+Green+Blue) = 216+147+171=534 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.45% from 534); Green value is 147 (57.81% from 255 or 27.53% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 216 - color contains mainly: red. Hex color #D893AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D893AB is #276C54. Grayscale: #AAAAAA. Windows color (decimal): -2583637 or 11244504. OLE color: 11244504.

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

Color convert

RGB216147171-
CMYK00.320.210.15
HSL339.13º46.94%71.18%-
HSV(B)339.13º31.94%84.71%-
XYZ46.138.4143.51-
YUV170.37128.36160.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.45%
GREEN value IS 147 (57.81% from 255) = 27.53%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=40.45%
G=27.53%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614717100.320.210.15339.1346.9471.18
HexD893AB02015F1532f47
Octal330223253040251752357107
Binary11011000100100111010101101000001010111111010100111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D893AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D893AB; }

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

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

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

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

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

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

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

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