#D887AB

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

Shades of Kobi #D887AB

Tints of Kobi #D887AB

Color information

#D887AB (or 0xD887AB) is unknown color: approx Kobi. HEX triplet: D8, 87 and AB. RGB value is (216,135,171). Sum of RGB (Red+Green+Blue) = 216+135+171=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D887AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D887AB is #277854. Grayscale: #A3A3A3. Windows color (decimal): -2586709 or 11241432. OLE color: 11241432.

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

Color convert

RGB216135171-
CMYK00.380.210.15
HSL333.33º50.94%68.82%-
HSV(B)333.33º37.5%84.71%-
XYZ44.3334.8742.92-
YUV163.32132.34165.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.38%
GREEN value IS 135 (53.12% from 255) = 25.86%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=41.38%
G=25.86%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613517100.380.210.15333.3350.9468.82
HexD887AB02615F14d3345
Octal330207253046251751563105
Binary11011000100001111010101101001101010111111010011011100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887AB; }

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

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

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

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

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

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

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

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