#DC8DA6

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

Shades of Kobi #DC8DA6

Tints of Kobi #DC8DA6

Color information

#DC8DA6 (or 0xDC8DA6) is unknown color: approx Kobi. HEX triplet: DC, 8D and A6. RGB value is (220,141,166). Sum of RGB (Red+Green+Blue) = 220+141+166=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8DA6 is #237259. Grayscale: #A7A7A7. Windows color (decimal): -2323034 or 10915292. OLE color: 10915292.

HSL color Cylindrical-coordinate representation of color #DC8DA6: hue angle of 341.01º 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 #DC8DA6 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB220141166-
CMYK00.360.250.14
HSL341.01º53.02%70.78%-
HSV(B)341.01º35.91%86.27%-
XYZ45.9237.0240.8-
YUV167.47127.17165.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=41.75%
G=26.76%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014116600.360.250.14341.0153.0270.78
HexDC8DA602419E1553547
Octal334215246044311652565107
Binary11011100100011011010011001001001100111101010101011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8DA6; }

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

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

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

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

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

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

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

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