#DE86B4

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

Shades of Kobi #DE86B4

Tints of Kobi #DE86B4

Color information

#DE86B4 (or 0xDE86B4) is unknown color: approx Kobi. HEX triplet: DE, 86 and B4. RGB value is (222,134,180). Sum of RGB (Red+Green+Blue) = 222+134+180=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE86B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE86B4 is #21794B. Grayscale: #A5A5A5. Windows color (decimal): -2193740 or 11831006. OLE color: 11831006.

HSL color Cylindrical-coordinate representation of color #DE86B4: hue angle of 328.64º 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 #DE86B4 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB222134180-
CMYK00.400.190.13
HSL328.64º57.14%69.8%-
HSV(B)328.64º39.64%87.06%-
XYZ46.8935.8847.63-
YUV165.56136.15168.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 134 (52.73% from 255) = 25%
BLUE value IS 180 (70.70% from 255) = 33.58%
R=41.42%
G=25%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213418000.400.190.13328.6457.1469.8
HexDE86B402813D1493946
Octal336206264050231551171106
Binary11011110100001101011010001010001001111011010010011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE86B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE86B4; }

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

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

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

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

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

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

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

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