#D87EAB

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

Shades of Kobi #D87EAB

Tints of Kobi #D87EAB

Color information

#D87EAB (or 0xD87EAB) is unknown color: approx Kobi. HEX triplet: D8, 7E and AB. RGB value is (216,126,171). Sum of RGB (Red+Green+Blue) = 216+126+171=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 216 - color contains mainly: red. Hex color #D87EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D87EAB is #278154. Grayscale: #9D9D9D. Windows color (decimal): -2589013 or 11239128. OLE color: 11239128.

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

Color convert

RGB216126171-
CMYK00.420.210.15
HSL330º53.57%67.06%-
HSV(B)330º41.67%84.71%-
XYZ43.1332.4642.52-
YUV158.04135.32169.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.11%
GREEN value IS 126 (49.61% from 255) = 24.56%
BLUE value IS 171 (67.19% from 255) = 33.33%
R=42.11%
G=24.56%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612617100.420.210.1533053.5767.06
HexD87EAB02A15F14a3643
Octal330176253052251751266103
Binary1101100011111101010101101010101010111111010010101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87EAB; }

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

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

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

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

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

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

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

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