#DE86AB

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

Shades of Kobi #DE86AB

Tints of Kobi #DE86AB

Color information

#DE86AB (or 0xDE86AB) is unknown color: approx Kobi. HEX triplet: DE, 86 and AB. RGB value is (222,134,171). Sum of RGB (Red+Green+Blue) = 222+134+171=527 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.13% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 222 - color contains mainly: red. Hex color #DE86AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE86AB is #217954. Grayscale: #A4A4A4. Windows color (decimal): -2193749 or 11241182. OLE color: 11241182.

HSL color Cylindrical-coordinate representation of color #DE86AB: hue angle of 334.77º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE86AB is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222134171-
CMYK00.400.230.13
HSL334.77º57.14%69.8%-
HSV(B)334.77º39.64%87.06%-
XYZ4635.5242.96-
YUV164.53131.65168.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.13%
GREEN value IS 134 (52.73% from 255) = 25.43%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=42.13%
G=25.43%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213417100.400.230.13334.7757.1469.8
HexDE86AB02817D14f3946
Octal336206253050271551771106
Binary11011110100001101010101101010001011111011010011111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE86AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE86AB; }

 p { color: rgb(222,134,171); }

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

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

 a { background-color: rgb(222,134,171); }

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

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

 span { border-color: rgb(222,134,171); }

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