#DC8EB1

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

Shades of Kobi #DC8EB1

Tints of Kobi #DC8EB1

Color information

#DC8EB1 (or 0xDC8EB1) is unknown color: approx Kobi. HEX triplet: DC, 8E and B1. RGB value is (220,142,177). Sum of RGB (Red+Green+Blue) = 220+142+177=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 142 (55.86% from 255 or 26.35% from 539); Blue value is 177 (69.53% from 255 or 32.84% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8EB1 is #23714E. Grayscale: #A9A9A9. Windows color (decimal): -2322767 or 11636444. OLE color: 11636444.

HSL color Cylindrical-coordinate representation of color #DC8EB1: hue angle of 333.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8EB1 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220142177-
CMYK00.350.200.14
HSL333.08º52.7%70.98%-
HSV(B)333.08º35.45%86.27%-
XYZ47.1237.7446.4-
YUV169.31132.34164.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.82%
GREEN value IS 142 (55.86% from 255) = 26.35%
BLUE value IS 177 (69.53% from 255) = 32.84%
R=40.82%
G=26.35%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014217700.350.200.14333.0852.770.98
HexDC8EB102314E14d3547
Octal334216261043241651565107
Binary11011100100011101011000101000111010011101010011011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8EB1; }

 p { color: rgb(220,142,177); }

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

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

 a { background-color: rgb(220,142,177); }

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

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

 span { border-color: rgb(220,142,177); }

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