#DC8DAB

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

Shades of Kobi #DC8DAB

Tints of Kobi #DC8DAB

Color information

#DC8DAB (or 0xDC8DAB) is unknown color: approx Kobi. HEX triplet: DC, 8D and AB. RGB value is (220,141,171). Sum of RGB (Red+Green+Blue) = 220+141+171=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8DAB is #237254. Grayscale: #A8A8A8. Windows color (decimal): -2323029 or 11242972. OLE color: 11242972.

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

Color convert

RGB220141171-
CMYK00.360.220.14
HSL337.22º53.02%70.78%-
HSV(B)337.22º35.91%86.27%-
XYZ46.3937.2143.26-
YUV168.04129.67165.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 141 (55.47% from 255) = 26.50%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=41.35%
G=26.50%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014117100.360.220.14337.2253.0270.78
HexDC8DAB02416E1513547
Octal334215253044261652165107
Binary11011100100011011010101101001001011011101010100011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DAB; }

 p { color: rgb(220,141,171); }

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

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

 a { background-color: rgb(220,141,171); }

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

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

 span { border-color: rgb(220,141,171); }

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