#DC86B2

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

Shades of Kobi #DC86B2

Tints of Kobi #DC86B2

Color information

#DC86B2 (or 0xDC86B2) is unknown color: approx Kobi. HEX triplet: DC, 86 and B2. RGB value is (220,134,178). Sum of RGB (Red+Green+Blue) = 220+134+178=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 134 (52.73% from 255 or 25.19% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC86B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC86B2 is #23794D. Grayscale: #A4A4A4. Windows color (decimal): -2324814 or 11699932. OLE color: 11699932.

HSL color Cylindrical-coordinate representation of color #DC86B2: hue angle of 329.3º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC86B2 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220134178-
CMYK00.390.190.14
HSL329.3º55.13%69.41%-
HSV(B)329.3º39.09%86.27%-
XYZ46.0835.4846.54-
YUV164.73135.49167.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 134 (52.73% from 255) = 25.19%
BLUE value IS 178 (69.92% from 255) = 33.46%
R=41.35%
G=25.19%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013417800.390.190.14329.355.1369.41
HexDC86B202713E1493745
Octal334206262047231651167105
Binary11011100100001101011001001001111001111101010010011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC86B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC86B2; }

 p { color: rgb(220,134,178); }

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

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

 a { background-color: rgb(220,134,178); }

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

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

 span { border-color: rgb(220,134,178); }

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